Update language files for #1109

This commit is contained in:
James Cole
2018-01-08 19:20:41 +01:00
parent f1fe169553
commit f737cb7235
24 changed files with 94 additions and 34 deletions

View File

@@ -108,6 +108,8 @@ return [
'clone_deposit' => 'Bu depozitoyu klonla',
'clone_transfer' => 'Bu transferi kopyala',
'multi_select_no_selection' => 'Hiçbiri seçilmedi',
'multi_select_select_all' => 'Select all',
'multi_select_n_selected' => 'selected',
'multi_select_all_selected' => 'Tümü seçildi',
'multi_select_filter_placeholder' => 'Bul..',
'between_dates_breadcrumb' => ':start ve :end arasında',

View File

@@ -156,4 +156,8 @@ return [
'spectre_prerequisites_title' => 'Spectre kullanarak içe aktarma için ön koşullar',
'spectre_prerequisites_text' => 'In order to import data using the Spectre API, you must provide Firefly III with two secret values. They can be found on the <a href="https://www.saltedge.com/clients/profile/secrets">secrets page</a>.',
'spectre_enter_pub_key' => 'Alma işlemi sadece bu ortak anahtarı <a href="https://www.saltedge.com/clients/security/edit">güvenlik sayfası</a>na girdiğinizde çalışacaktır.',
'spectre_accounts_title' => 'Select accounts to import from',
'spectre_accounts_text' => 'Each account on the left below has been found by Spectre and can be imported into Firefly III. Please select the asset account that should hold any given transactions. If you do not wish to import from any particular account, remove the check from the checkbox.',
'spectre_do_import' => 'Yes, import from this account',
];

View File

@@ -100,4 +100,6 @@ return [
'sum_deposits' => 'Toplam para yatırma',
'sum_transfers' => 'Transferlerin toplamı',
'reconcile' => 'Onaylanmış',
'account_on_spectre' => 'Account (Spectre)',
'do_import' => 'Import from this account',
];