New translations [skip ci]

This commit is contained in:
James Cole
2018-06-27 21:37:16 +02:00
parent a8e666db34
commit d378e7e897
56 changed files with 1727 additions and 1527 deletions

View File

@@ -466,6 +466,7 @@ işlemlerin kontrol edildiğini lütfen unutmayın.',
'pref_two_factor_auth_code_help' => 'QR kodunu, telefonunuzda Authy veya Authenticator uygulamalarında bulun ve oluşturulan kodu girin.',
'pref_two_factor_auth_reset_code' => 'Doğrulama kodunu sıfırla',
'pref_two_factor_auth_disable_2fa' => 'Disable 2FA',
'2fa_use_secret_instead' => 'If you cannot scan the QR code, feel free to use the secret instead: :secret.',
'pref_save_settings' => 'Ayarları kaydet',
'saved_preferences' => 'Tercihler kaydedildi!',
'preferences_general' => 'Genel',
@@ -901,7 +902,6 @@ işlemlerin kontrol edildiğini lütfen unutmayın.',
'balanceEnd' => 'Dönem Sonunda Bakiye',
'splitByAccount' => 'Hesaplara göre bölünmüş',
'coveredWithTags' => 'Etiketler kapatılmıştır',
'leftUnbalanced' => 'Sol dengesiz',
'leftInBudget' => 'Bütçede bırakıldı',
'sumOfSums' => 'Hesap toplamı',
'noCategory' => '(Kategori yok)',
@@ -1261,4 +1261,15 @@ işlemlerin kontrol edildiğini lütfen unutmayın.',
'update_recurrence' => 'Update recurring transaction',
'updated_recurrence' => 'Updated recurring transaction ":title"',
'recurrence_is_inactive' => 'This recurring transaction is not active and will not generate new transactions.',
'delete_recurring' => 'Delete recurring transaction ":title"',
'new_recurring_transaction' => 'New recurring transaction',
'help_weekend' => 'What should Firefly III do when the recurring transaction falls on a Saturday or Sunday?',
'do_nothing' => 'Just create the transaction',
'skip_transaction' => 'Skip the occurence',
'jump_to_friday' => 'Create the transaction on the previous Friday instead',
'jump_to_monday' => 'Create the transaction on the next Monday instead',
'will_jump_friday' => 'Will be created on Friday instead of the weekends.',
'will_jump_monday' => 'Will be created on Monday instead of the weekends.',
'except_weekends' => 'Except weekends',
'recurrence_deleted' => 'Recurring transaction ":title" deleted',
];