2017-12-31 02:10:38 -06:00
< ? php
2018-04-21 13:48:18 -05:00
2017-12-31 02:10:38 -06:00
/**
* form . php
2018-06-01 07:22:53 -05:00
* Copyright ( c ) 2018 thegrumpydictator @ gmail . com
2017-12-31 02:10:38 -06:00
*
* This file is part of 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 .
*
* Firefly III 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 .
*
* You should have received a copy of the GNU General Public License
* along with Firefly III . If not , see < http :// www . gnu . org / licenses />.
*/
2018-06-01 07:22:53 -05:00
declare ( strict_types = 1 );
2017-12-31 02:10:38 -06:00
return [
// new user:
2018-06-29 23:16:09 -05:00
'bank_name' => 'Banka adı ' ,
'bank_balance' => 'Bakiye' ,
'savings_balance' => 'Tasarruf bakiyesi' ,
'credit_card_limit' => 'Kredi kartı limiti' ,
'automatch' => 'Otomatik olarak eşleştir' ,
'skip' => 'Atla' ,
'name' => 'İsim' ,
'active' => 'Aktif' ,
'amount_min' => 'Minimum tutar' ,
'amount_max' => 'Minimum tutar' ,
'match' => 'Eşleşti' ,
'strict' => 'Strict mode' ,
'repeat_freq' => 'Tekrarlar' ,
'journal_currency_id' => 'Para birimi' ,
'currency_id' => 'Para birimi' ,
'transaction_currency_id' => 'Currency' ,
'external_ip' => 'Your server\'s external IP' ,
'attachments' => 'Ekler' ,
'journal_amount' => 'Tutar' ,
'journal_source_name' => 'Revenue account (source)' ,
'journal_source_id' => 'Asset account (source)' ,
'BIC' => 'BIC' ,
'verify_password' => 'Parola güvenliğini doğrula' ,
'source_account' => 'Kaynak hesap' ,
'destination_account' => 'Hedef Hesap' ,
'journal_destination_id' => 'Asset account (destination)' ,
2018-08-26 11:44:22 -05:00
'asset_destination_account' => 'Destination account' ,
'asset_source_account' => 'Source account' ,
2018-06-29 23:16:09 -05:00
'journal_description' => 'Tanı mlama' ,
'note' => 'Notlar' ,
'split_journal' => 'Bu işlemi böl / Taksitlendir' ,
'split_journal_explanation' => 'Bu işlemi taksitlendirin' ,
'currency' => 'Para birimi' ,
'account_id' => 'Varlı k hesabı ' ,
'budget_id' => 'Bütçe' ,
'openingBalance' => 'Açı lı ş bakiyesi' ,
'tagMode' => 'Etiket modu' ,
'tag_position' => 'Etiket konumu' ,
'virtualBalance' => 'Sanal bakiye' ,
'targetamount' => 'Hedef tutar' ,
'accountRole' => 'Hesap rolü' ,
'openingBalanceDate' => 'Açı lı ş bakiyesi tarihi' ,
'ccType' => 'Kredi kartı ödeme planı ' ,
'ccMonthlyPaymentDate' => 'Kredi kartı aylı k ödeme tarihi' ,
'piggy_bank_id' => 'Kumbara' ,
'returnHere' => 'Dön buraya' ,
'returnHereExplanation' => 'Sakladı ktan sonra, başka bir tane oluşturmak için buraya dön.' ,
'returnHereUpdateExplanation' => 'Güncelledikten sonra buraya dönün.' ,
'description' => 'Tanı mlama' ,
'expense_account' => 'Gider Hesabı ' ,
'revenue_account' => 'Gelir hesabı ' ,
'decimal_places' => 'Ondalı k basamak' ,
'exchange_rate_instruction' => 'Yabancı para birimleri' ,
'source_amount' => 'Miktar (kaynak)' ,
'destination_amount' => 'Miktar (Hedef)' ,
'native_amount' => 'Yerli Miktar' ,
'new_email_address' => 'Yeni e-posta adresi' ,
'verification' => 'Doğrulama' ,
'api_key' => 'API anahtarı ' ,
'remember_me' => 'Remember me' ,
2018-08-05 08:33:49 -05:00
'liability_type_id' => 'Liability type' ,
'interest' => 'Interest' ,
'interest_period' => 'Interest period' ,
2017-12-31 02:10:38 -06:00
'source_account_asset' => 'Kaynak Hesabı (varlı k hesabı )' ,
'destination_account_expense' => 'Hedef Hesap (gider hesabı )' ,
'destination_account_asset' => 'Hedef hesabı (gider hesabı )' ,
'source_account_revenue' => 'Kaynak hesap (gelir hesabı )' ,
'type' => 'Tür' ,
'convert_Withdrawal' => 'Para çekmeyi değiştir' ,
'convert_Deposit' => 'Mevduata dönüştürün' ,
'convert_Transfer' => 'Aktarı mı dönüştür' ,
2018-06-27 14:37:16 -05:00
'amount' => 'Tutar' ,
'foreign_amount' => 'Foreign amount' ,
'existing_attachments' => 'Existing attachments' ,
'date' => 'Tarih' ,
'interest_date' => 'Faiz tarihi' ,
'book_date' => 'Kitap Tarihi' ,
'process_date' => 'İşlem tarihi' ,
'category' => 'Kategori' ,
'tags' => 'Etiketler' ,
'deletePermanently' => 'Kalı cı olarak sil' ,
'cancel' => 'İptal' ,
'targetdate' => 'Hedeflenen tarih' ,
'startdate' => 'Başlangı ç Tarihi' ,
'tag' => 'Etiket' ,
'under' => 'Altı nda' ,
'symbol' => 'Sembol' ,
'code' => 'Kod' ,
'iban' => 'IBAN numarası ' ,
'accountNumber' => 'Hesap numarası ' ,
'creditCardNumber' => 'Kredi Kartı Numarası ' ,
'has_headers' => 'Başlı klar' ,
'date_format' => 'Tarih formatı ' ,
'specifix' => 'Banka veya dosyalara özel düzeltmeler' ,
'attachments[]' => 'Ekler' ,
'store_new_withdrawal' => 'Yeni para çekme oluştur' ,
'store_new_deposit' => 'Yeni depozito oluştur' ,
'store_new_transfer' => 'Yeni transfer oluştur' ,
'add_new_withdrawal' => 'Yeni para çekme ekle' ,
'add_new_deposit' => 'Yeni depozito ekle' ,
'add_new_transfer' => 'Yeni bir transfer ekle' ,
'title' => 'Başlı k' ,
'notes' => 'Notlar' ,
'filename' => 'Dosya adı ' ,
'mime' => 'MIME türü' ,
'size' => 'Boyut' ,
'trigger' => 'Tetikleyici' ,
'stop_processing' => 'İşlemeyi durdur' ,
'start_date' => 'Sayfa başlangı cı ' ,
'end_date' => 'Kapsama alanı dı şı nda' ,
'export_start_range' => 'İhracatı n başlangı cı ' ,
'export_end_range' => 'İhracatı n sonu' ,
'export_format' => 'Dosya biçimi' ,
'include_attachments' => 'Yüklenen ekleri dahil et' ,
'include_old_uploads' => 'İçe aktarı lan verileri dahil et' ,
'accounts' => 'Bu hesaptan işlemleri çı karı n' ,
'delete_account' => '":name" adlı hesabı sil' ,
'delete_bill' => 'Faturayı sil ":name"' ,
'delete_budget' => '":name" bütçesini sil' ,
'delete_category' => '":name" kategorisini sil' ,
'delete_currency' => 'Para birimini sil ":name"' ,
'delete_journal' => '":description" açı klamalı işlemi sil' ,
'delete_attachment' => '":name" eklentisini sil' ,
'delete_rule' => '\'":title" kuralı nı sil' ,
'delete_rule_group' => '":title" kural grubunu sil' ,
'delete_link_type' => '":name" bağlantı türünü sil' ,
'delete_user' => '":email" kullanı cı sı nı sil' ,
'delete_recurring' => 'Delete recurring transaction ":title"' ,
'user_areYouSure' => '":email" kullanı cı sı nı silerseniz her şey gitmiş olacak. Geriye alma, silmeyi iptal etme veya başka bir şey yoktur. Eğer kendinizi silerseniz, bu Firefly III\'e erişiminizi kaybedersiniz.' ,
'attachment_areYouSure' => '":name" isimli eklentiyi silmek istediğinizden emin misiniz?' ,
'account_areYouSure' => '":name" isimli hesabı silmek istediğinizden emin misiniz?' ,
'bill_areYouSure' => '":name" isimli faturayı silmek istediğinizden emin misiniz?' ,
'rule_areYouSure' => '":title" başlı klı kuralı silmek istediğinizden emin misiniz?' ,
'ruleGroup_areYouSure' => '":title" başlı klı kural grubunu silmek istediğinizden emin misiniz?' ,
'budget_areYouSure' => '":name" isimli bütçeyi silmek istediğinizden emin misiniz?' ,
'category_areYouSure' => '":name" isimli kategoriyi silmek istediğinizden emin misiniz?' ,
'recurring_areYouSure' => 'Are you sure you want to delete the recurring transaction titled ":title"?' ,
'currency_areYouSure' => '":name" isimli para birimini silmek istediğinizden emin misiniz?' ,
'piggyBank_areYouSure' => '":name" isimli kumbarayı silmek istediğinizden emin misiniz?' ,
'journal_areYouSure' => ':description" açı klamalı işlemi silmek istediğinizden emin misiniz?' ,
'mass_journal_are_you_sure' => 'Bu işlemi silmek istediğinizden emin misiniz?' ,
'tag_areYouSure' => '":tag" etiketini silmek istediğinizden emin misiniz?' ,
'journal_link_areYouSure' => '<a href=":source_link">:source</a> and <a href=":destination_link">:destination</a> arası ndaki bağlantı yı silmek istediğinizden emin misiniz?' ,
'linkType_areYouSure' => '":name" (":inward" / ":outward") bağlantı türünü silmek istediğinizden emin misiniz?' ,
'permDeleteWarning' => 'Deleting stuff from Firefly III is permanent and cannot be undone.' ,
'mass_make_selection' => 'Onay kutusunu kaldı rarak öğelerin silinmesini engelleyebilirsiniz.' ,
'delete_all_permanently' => 'Seçilenleri kalı cı olarak sil' ,
'update_all_journals' => 'Bu işlemleri güncelleyin' ,
'also_delete_transactions' => 'Bu hesaba bağlı olan tek işlem de silinecektir. |Bu hesaba bağlı tüm :count işlemleri de silinecektir.' ,
'also_delete_connections' => 'Bu bağlantı ya bağlı tek işlem bağlantı sı nı kaybedecek.| Bu bağlantı türüne bağlı tüm :count işlemleri bağlantı ları nı kaybedecek.' ,
'also_delete_rules' => 'Bu hesaba bağlı olan tek kural grubu da silinecektir. |Bu hesaba bağlı tüm :count kuralları da silinecektir.' ,
'also_delete_piggyBanks' => 'Bu hesaba bağlı olan tek kumbara da silinecektir. |Bu hesaba bağlı olan tüm :count kumbaraları da silinecektir.' ,
'bill_keep_transactions' => 'The only transaction connected to this bill will not be deleted.|All :count transactions connected to this bill will be spared deletion.' ,
'budget_keep_transactions' => 'The only transaction connected to this budget will not be deleted.|All :count transactions connected to this budget will be spared deletion.' ,
'category_keep_transactions' => 'The only transaction connected to this category will not be deleted.|All :count transactions connected to this category will be spared deletion.' ,
'recurring_keep_transactions' => 'The only transaction created by this recurring transaction will not be deleted.|All :count transactions created by this recurring transaction will be spared deletion.' ,
'tag_keep_transactions' => 'The only transaction connected to this tag will not be deleted.|All :count transactions connected to this tag will be spared deletion.' ,
'check_for_updates' => 'Check for updates' ,
2017-12-31 02:10:38 -06:00
'email' => 'E-posta adresi' ,
'password' => 'Şifre' ,
'password_confirmation' => 'Şifre (Tekrar)' ,
'blocked' => 'Engellendi mi?' ,
'blocked_code' => 'Blok nedeni' ,
2018-06-01 07:22:53 -05:00
// import
'apply_rules' => 'Apply rules' ,
'artist' => 'Artist' ,
'album' => 'Album' ,
'song' => 'Song' ,
2017-12-31 02:10:38 -06:00
// admin
'domain' => 'Alan adı ' ,
'single_user_mode' => 'Kullanı cı kaydı nı devre dı şı bı rak' ,
'is_demo_site' => 'Demo sitesi var mı ' ,
// import
'import_file' => 'Önemli dosya' ,
'configuration_file' => 'Yapı landı rma dosyası ' ,
'import_file_type' => 'Dosya türünü içe aktar' ,
'csv_comma' => 'Bir virgül (,)' ,
'csv_semicolon' => 'Noktalı virgül (;)' ,
'csv_tab' => 'Bir sekme (görünmez)' ,
'csv_delimiter' => 'CSV alan ayı rı cı sı ' ,
'csv_import_account' => 'Varsayı lan ithalat hesabı ' ,
'csv_config' => 'CSV içe aktarı m yapı landı rı lması ' ,
'client_id' => 'Müşteri Kimliği' ,
'service_secret' => 'Hizmet Sı rrı ' ,
'app_secret' => 'Uygulama Sı rrı ' ,
2018-04-28 08:26:45 -05:00
'app_id' => 'App ID' ,
'secret' => 'Secret' ,
2017-12-31 02:10:38 -06:00
'public_key' => 'Genel anahtar' ,
'country_code' => 'Ülke kodu' ,
'provider_code' => 'Banka ya da veri sağlayı cı ' ,
2018-06-22 23:29:14 -05:00
'due_date' => 'Bitiş Tarihi' ,
'payment_date' => 'Ödeme Tarihi' ,
'invoice_date' => 'Fatura Tarihi' ,
'internal_reference' => 'Dahili referans' ,
'inward' => 'Dahili açı klama' ,
'outward' => 'Harici açı klama' ,
'rule_group_id' => 'Kural grubu' ,
'transaction_description' => 'Transaction description' ,
'first_date' => 'First date' ,
'transaction_type' => 'Transaction type' ,
'repeat_until' => 'Repeat until' ,
'recurring_description' => 'Recurring transaction description' ,
'repetition_type' => 'Type of repetition' ,
'foreign_currency_id' => 'Foreign currency' ,
'repetition_end' => 'Repetition ends' ,
'repetitions' => 'Repetitions' ,
'calendar' => 'Calendar' ,
2018-06-27 14:37:16 -05:00
'weekend' => 'Weekend' ,
2018-07-30 22:35:25 -05:00
'client_secret' => 'Client secret' ,
2018-06-22 23:29:14 -05:00
2017-12-31 02:10:38 -06:00
];