mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			312 lines
		
	
	
		
			17 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			312 lines
		
	
	
		
			17 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | ||
| 
 | ||
| /**
 | ||
|  * form.php
 | ||
|  * Copyright (c) 2019 james@firefly-iii.org
 | ||
|  *
 | ||
|  * This file is part of Firefly III (https://github.com/firefly-iii).
 | ||
|  *
 | ||
|  * 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.
 | ||
|  *
 | ||
|  * 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 Affero General Public License for more details.
 | ||
|  *
 | ||
|  * 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/>.
 | ||
|  */
 | ||
| 
 | ||
| /*
 | ||
|  * PLEASE DO NOT EDIT THIS FILE DIRECTLY.
 | ||
|  * YOUR CHANGES WILL BE OVERWRITTEN!
 | ||
|  * YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
 | ||
|  *
 | ||
|  * GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS!
 | ||
|  *
 | ||
|  * https://crowdin.com/project/firefly-iii
 | ||
|  *
 | ||
|  */
 | ||
| 
 | ||
| declare(strict_types=1);
 | ||
| 
 | ||
| return [
 | ||
|     // new user:
 | ||
|     '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',
 | ||
|     'currency'                    => 'Para birimi',
 | ||
|     'account_id'                  => 'Varlık hesabı',
 | ||
|     'budget_id'                   => 'Bütçe',
 | ||
|     'bill_id'                     => 'Bill',
 | ||
|     'opening_balance'             => 'Opening balance',
 | ||
|     'tagMode'                     => 'Etiket modu',
 | ||
|     'virtual_balance'             => 'Virtual balance',
 | ||
| 
 | ||
|     /*
 | ||
|  * PLEASE DO NOT EDIT THIS FILE DIRECTLY.
 | ||
|  * YOUR CHANGES WILL BE OVERWRITTEN!
 | ||
|  * YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
 | ||
|  *
 | ||
|  * GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS!
 | ||
|  *
 | ||
|  * https://crowdin.com/project/firefly-iii
 | ||
|  *
 | ||
|  */
 | ||
| 
 | ||
|     'targetamount'                => 'Hedef tutar',
 | ||
|     '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',
 | ||
|     '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',
 | ||
|     'liability_type_id'           => 'Liability type',
 | ||
|     'liability_type'              => 'Liability type',
 | ||
|     'interest'                    => 'Interest',
 | ||
|     'interest_period'             => 'Interest period',
 | ||
|     'extension_date'              => 'Extension date',
 | ||
|     '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',
 | ||
|     '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ı',
 | ||
|     'account_number'              => 'Account number',
 | ||
|     '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',
 | ||
|     'enddate'                     => 'End date',
 | ||
|     'move_rules_before_delete'    => 'Rule group',
 | ||
|     'start'                       => 'Start of range',
 | ||
|     'end'                         => 'End of range',
 | ||
|     'delete_account'              => '":name" adlı hesabı sil',
 | ||
|     'delete_webhook'              => 'Delete webhook ":title"',
 | ||
|     '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?',
 | ||
|     'account_areYouSure_js'       => 'Are you sure you want to delete the account named "{name}"?',
 | ||
|     'bill_areYouSure'             => '":name" isimli faturayı silmek istediğinizden emin misiniz?',
 | ||
|     'rule_areYouSure'             => '":title" başlıklı kuralı silmek istediğinizden emin misiniz?',
 | ||
|     'object_group_areYouSure'     => 'Are you sure you want to delete the group titled ":title"?',
 | ||
|     '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?',
 | ||
|     'webhook_areYouSure'          => 'Are you sure you want to delete the webhook named ":title"?',
 | ||
|     '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?',
 | ||
| 
 | ||
|     /*
 | ||
|  * PLEASE DO NOT EDIT THIS FILE DIRECTLY.
 | ||
|  * YOUR CHANGES WILL BE OVERWRITTEN!
 | ||
|  * YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
 | ||
|  *
 | ||
|  * GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS!
 | ||
|  *
 | ||
|  * https://crowdin.com/project/firefly-iii
 | ||
|  *
 | ||
|  */
 | ||
| 
 | ||
|     '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_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.',
 | ||
|     '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.',
 | ||
|     '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.',
 | ||
|     '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.',
 | ||
|     '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',
 | ||
|     'liability_direction'         => 'Liability in/out',
 | ||
|     'delete_object_group'         => 'Delete group ":title"',
 | ||
|     'email'                       => 'E-posta adresi',
 | ||
|     'password'                    => 'Şifre',
 | ||
|     'password_confirmation'       => 'Şifre (Tekrar)',
 | ||
|     'blocked'                     => 'Engellendi mi?',
 | ||
|     'blocked_code'                => 'Blok nedeni',
 | ||
|     'login_name'                  => 'Login',
 | ||
|     'is_owner'                    => 'Is admin?',
 | ||
|     'url'                         => 'URL',
 | ||
|     'bill_end_date'               => 'End date',
 | ||
| 
 | ||
|     // import
 | ||
|     'apply_rules'                 => 'Apply rules',
 | ||
|     'artist'                      => 'Artist',
 | ||
|     'album'                       => 'Album',
 | ||
|     'song'                        => 'Song',
 | ||
| 
 | ||
|     // 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',
 | ||
|     'app_id'                      => 'App ID',
 | ||
|     'secret'                      => 'Secret',
 | ||
|     'public_key'                  => 'Genel anahtar',
 | ||
|     'country_code'                => 'Ülke kodu',
 | ||
|     'provider_code'               => 'Banka ya da veri sağlayıcı',
 | ||
|     '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',
 | ||
| 
 | ||
|     /*
 | ||
|  * PLEASE DO NOT EDIT THIS FILE DIRECTLY.
 | ||
|  * YOUR CHANGES WILL BE OVERWRITTEN!
 | ||
|  * YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
 | ||
|  *
 | ||
|  * GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS!
 | ||
|  *
 | ||
|  * https://crowdin.com/project/firefly-iii
 | ||
|  *
 | ||
|  */
 | ||
| 
 | ||
|     'from_date'                   => 'Date from',
 | ||
|     'to_date'                     => 'Date to',
 | ||
|     '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',
 | ||
|     'weekend'                     => 'Weekend',
 | ||
|     'client_secret'               => 'Client secret',
 | ||
|     'withdrawal_destination_id'   => 'Destination account',
 | ||
|     'deposit_source_id'           => 'Source account',
 | ||
|     'expected_on'                 => 'Expected on',
 | ||
|     'paid'                        => 'Paid',
 | ||
|     'auto_budget_type'            => 'Auto-budget',
 | ||
|     'auto_budget_amount'          => 'Auto-budget amount',
 | ||
|     'auto_budget_period'          => 'Auto-budget period',
 | ||
|     'collected'                   => 'Collected',
 | ||
|     'submitted'                   => 'Submitted',
 | ||
|     'key'                         => 'Key',
 | ||
|     'value'                       => 'Content of record',
 | ||
|     'webhook_delivery'            => 'Delivery',
 | ||
|     'webhook_response'            => 'Response',
 | ||
|     'webhook_trigger'             => 'Trigger',
 | ||
| ];
 | ||
| /*
 | ||
|  * PLEASE DO NOT EDIT THIS FILE DIRECTLY.
 | ||
|  * YOUR CHANGES WILL BE OVERWRITTEN!
 | ||
|  * YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
 | ||
|  *
 | ||
|  * GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS!
 | ||
|  *
 | ||
|  * https://crowdin.com/project/firefly-iii
 | ||
|  *
 | ||
|  */
 |