2017-12-31 09:10:38 +01:00
< ? php
2018-04-21 20:48:18 +02:00
2017-12-31 09:10:38 +01:00
/**
* form . php
2020-02-14 08:07:45 +01:00
* Copyright ( c ) 2019 james @ firefly - iii . org
2017-12-31 09:10:38 +01:00
*
2019-10-05 06:23:46 +02:00
* This file is part of Firefly III ( https :// github . com / firefly - iii ) .
2017-12-31 09:10:38 +01:00
*
2019-10-05 06:23:46 +02:00
* 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 .
2017-12-31 09:10:38 +01:00
*
2019-10-05 06:23:46 +02:00
* This program is distributed in the hope that it will be useful ,
2017-12-31 09:10:38 +01:00
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
2019-10-05 06:23:46 +02:00
* GNU Affero General Public License for more details .
2017-12-31 09:10:38 +01:00
*
2019-10-05 06:23:46 +02:00
* 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 />.
2017-12-31 09:10:38 +01:00
*/
2018-06-01 14:22:53 +02:00
declare ( strict_types = 1 );
2017-12-31 09:10:38 +01:00
return [
// new user:
2020-08-28 16:36:03 +02: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' ,
'enabled' => 'Enabled' ,
'name' => 'İsim' ,
'active' => 'Aktif' ,
'amount_min' => 'Minimum tutar' ,
'amount_max' => 'Minimum tutar' ,
'match' => 'Eşleşti' ,
'strict' => 'Sı kı mod' ,
'repeat_freq' => 'Tekrarlar' ,
'object_group' => 'Group' ,
'location' => 'Location' ,
'update_channel' => 'Update channel' ,
'currency_id' => 'Para birimi' ,
'transaction_currency_id' => 'Para birimi' ,
'auto_budget_currency_id' => 'Currency' ,
'external_ip' => 'Sunucunuzun dı ş IP adresi' ,
'attachments' => 'Ekler' ,
'BIC' => 'BIC' ,
'verify_password' => 'Parola güvenliğini doğrula' ,
'source_account' => 'Kaynak hesap' ,
'destination_account' => 'Hedef Hesap' ,
'asset_destination_account' => 'Destination account' ,
'include_net_worth' => 'Include in net worth' ,
'asset_source_account' => 'Source account' ,
'journal_description' => 'Tanı mlama' ,
'note' => 'Notlar' ,
2018-06-30 06:16:09 +02:00
'currency' => 'Para birimi' ,
'account_id' => 'Varlı k hesabı ' ,
'budget_id' => 'Bütçe' ,
2019-06-23 10:39:59 +02:00
'opening_balance' => 'Opening balance' ,
2018-06-30 06:16:09 +02:00
'tagMode' => 'Etiket modu' ,
2019-08-08 17:05:13 +02:00
'virtual_balance' => 'Virtual balance' ,
2018-06-30 06:16:09 +02:00
'targetamount' => 'Hedef tutar' ,
2019-06-23 10:39:59 +02:00
'account_role' => 'Account role' ,
'opening_balance_date' => 'Opening balance date' ,
'cc_type' => 'Credit card payment plan' ,
'cc_monthly_payment_date' => 'Credit card monthly payment date' ,
2018-06-30 06:16:09 +02:00
'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' ,
'destination_amount' => 'Miktar (Hedef)' ,
'new_email_address' => 'Yeni e-posta adresi' ,
'verification' => 'Doğrulama' ,
'api_key' => 'API anahtarı ' ,
'remember_me' => 'Remember me' ,
2018-08-05 15:33:49 +02:00
'liability_type_id' => 'Liability type' ,
2021-04-08 10:23:35 +02:00
'liability_type' => 'Liability type' ,
2018-08-05 15:33:49 +02:00
'interest' => 'Interest' ,
'interest_period' => 'Interest period' ,
2017-12-31 09:10:38 +01:00
2020-08-28 16:36:03 +02:00
'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' ,
2017-12-31 09:10:38 +01:00
2018-06-27 21:37:16 +02:00
'amount' => 'Tutar' ,
'foreign_amount' => 'Foreign amount' ,
'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ı ' ,
2019-06-23 10:39:59 +02:00
'account_number' => 'Account number' ,
2018-06-27 21:37:16 +02:00
'creditCardNumber' => 'Kredi Kartı Numarası ' ,
'has_headers' => 'Başlı klar' ,
'date_format' => 'Tarih formatı ' ,
'specifix' => 'Banka veya dosyalara özel düzeltmeler' ,
'attachments[]' => 'Ekler' ,
'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' ,
2020-08-28 16:36:03 +02:00
'start' => 'Start of range' ,
'end' => 'End of range' ,
2018-06-27 21:37:16 +02:00
'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?' ,
2021-04-05 14:18:49 +02:00
'account_areYouSure_js' => 'Are you sure you want to delete the account named "{name}"?' ,
2018-06-27 21:37:16 +02:00
'bill_areYouSure' => '":name" isimli faturayı silmek istediğinizden emin misiniz?' ,
'rule_areYouSure' => '":title" başlı klı kuralı silmek istediğinizden emin misiniz?' ,
2020-06-22 18:02:28 +02:00
'object_group_areYouSure' => 'Are you sure you want to delete the group titled ":title"?' ,
2018-06-27 21:37:16 +02:00
'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.' ,
2021-04-05 14:18:49 +02:00
'also_delete_transactions_js' => 'No transactions|The only transaction connected to this account will be deleted as well.|All {count} transactions connected to this account will be deleted as well.' ,
2018-06-27 21:37:16 +02:00
'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.' ,
2021-04-05 14:18:49 +02:00
'also_delete_piggyBanks_js' => 'No piggy banks|The only piggy bank connected to this account will be deleted as well.|All {count} piggy banks connected to this account will be deleted as well.' ,
2020-06-22 18:02:28 +02:00
'not_delete_piggy_banks' => 'The piggy bank connected to this group will not be deleted.|The :count piggy banks connected to this group will not be deleted.' ,
2018-06-27 21:37:16 +02:00
'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' ,
2021-04-08 10:23:35 +02:00
'liability_direction' => 'Liability in/out' ,
2017-12-31 09:10:38 +01:00
2020-06-22 18:02:28 +02:00
'delete_object_group' => 'Delete group ":title"' ,
2017-12-31 09:10:38 +01:00
'email' => 'E-posta adresi' ,
'password' => 'Şifre' ,
'password_confirmation' => 'Şifre (Tekrar)' ,
'blocked' => 'Engellendi mi?' ,
'blocked_code' => 'Blok nedeni' ,
2018-10-26 14:49:19 +02:00
'login_name' => 'Login' ,
2020-03-24 05:53:05 +01:00
'is_owner' => 'Is admin?' ,
2017-12-31 09:10:38 +01:00
2018-06-01 14:22:53 +02:00
// import
'apply_rules' => 'Apply rules' ,
'artist' => 'Artist' ,
'album' => 'Album' ,
'song' => 'Song' ,
2017-12-31 09:10:38 +01:00
// admin
'domain' => 'Alan adı ' ,
'single_user_mode' => 'Kullanı cı kaydı nı devre dı şı bı rak' ,
'is_demo_site' => 'Demo sitesi var mı ' ,
// import
'configuration_file' => 'Yapı landı rma dosyası ' ,
'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ı ' ,
'client_id' => 'Müşteri Kimliği' ,
2018-04-28 15:26:45 +02:00
'app_id' => 'App ID' ,
'secret' => 'Secret' ,
2017-12-31 09:10:38 +01:00
'public_key' => 'Genel anahtar' ,
'country_code' => 'Ülke kodu' ,
'provider_code' => 'Banka ya da veri sağlayı cı ' ,
2018-10-26 14:49:19 +02:00
'fints_url' => 'FinTS API URL' ,
'fints_port' => 'Port' ,
'fints_bank_code' => 'Bank code' ,
'fints_username' => 'Username' ,
'fints_password' => 'PIN / Password' ,
'fints_account' => 'FinTS account' ,
'local_account' => 'Firefly III account' ,
'from_date' => 'Date from' ,
'to_date' => 'Date to' ,
2017-12-31 09:10:38 +01:00
2018-06-23 06:29:14 +02: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 21:37:16 +02:00
'weekend' => 'Weekend' ,
2018-07-31 05:35:25 +02:00
'client_secret' => 'Client secret' ,
2018-06-23 06:29:14 +02:00
2019-08-08 17:05:13 +02:00
'withdrawal_destination_id' => 'Destination account' ,
'deposit_source_id' => 'Source account' ,
2019-08-17 12:24:16 +02:00
'expected_on' => 'Expected on' ,
'paid' => 'Paid' ,
2019-08-08 17:05:13 +02:00
2020-08-28 16:36:03 +02:00
'auto_budget_type' => 'Auto-budget' ,
'auto_budget_amount' => 'Auto-budget amount' ,
'auto_budget_period' => 'Auto-budget period' ,
2020-03-16 06:47:06 +01:00
2020-03-24 05:53:05 +01:00
'collected' => 'Collected' ,
'submitted' => 'Submitted' ,
2020-08-28 16:36:03 +02:00
'key' => 'Key' ,
'value' => 'Content of record' ,
2020-03-24 05:53:05 +01:00
2020-03-16 06:47:06 +01:00
2017-12-31 09:10:38 +01:00
];