2017-12-18 18:13:02 +03:00

16 lines
687 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'installed_version' => 'Yüklü Sürüm',
'latest_version' => 'En Son Sürüm',
'update' => ':version sürümüne güncelle',
'changelog' => 'Değişiklik Kaydı',
'check' => 'Yenile',
'new_core' => 'Akaunting\'in güncel bir versiyonu mevcut.',
'latest_core' => 'Tebrikler! Akaunting\'in en son versiyonuna sahip oldunuz. Güvenlik güncellemeleri otomatik olarak uygulanacaktır.',
'success' => 'Güncelleme işlemi başarıyla tamamlandı.',
'error' => 'Güncelleme işlemi başarısız oldu, lütfen yeniden deneyin.',
];