mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-15 19:09:50 +00:00
Update translations
This commit is contained in:
@@ -24,37 +24,37 @@ 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',
|
||||
'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',
|
||||
@@ -83,10 +83,10 @@ return [
|
||||
'interest' => 'Interest',
|
||||
'interest_period' => 'Interest period',
|
||||
|
||||
'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',
|
||||
'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',
|
||||
@@ -120,6 +120,8 @@ return [
|
||||
'stop_processing' => 'İşlemeyi durdur',
|
||||
'start_date' => 'Sayfa başlangıcı',
|
||||
'end_date' => 'Kapsama alanı dışında',
|
||||
'start' => 'Start of range',
|
||||
'end' => 'End of range',
|
||||
'delete_account' => '":name" adlı hesabı sil',
|
||||
'delete_bill' => 'Faturayı sil ":name"',
|
||||
'delete_budget' => '":name" bütçesini sil',
|
||||
@@ -235,14 +237,14 @@ return [
|
||||
'expected_on' => 'Expected on',
|
||||
'paid' => 'Paid',
|
||||
|
||||
'auto_budget_type' => 'Auto-budget',
|
||||
'auto_budget_amount' => 'Auto-budget amount',
|
||||
'auto_budget_period' => 'Auto-budget period',
|
||||
'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'
|
||||
'key' => 'Key',
|
||||
'value' => 'Content of record',
|
||||
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user