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

48 lines
1.8 KiB
PHP
Raw 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 [
'title' => 'API token',
'api_token' => 'Token',
'top_paid' => 'Popüler Ücretli',
'new' => 'Yeni',
'top_free' => 'Popüler Ücretsiz',
'free' => 'Ücretsiz',
'install' => 'Yükle',
'buy_now' => 'Şimdi Satın Al',
'token_link' => 'API token almak için <a href="https://akaunting.com/tokens" target="_blank">buraya tıklayın</a>.',
'no_apps' => 'Henüz bu kategoride uygulama bulunmamaktadır.',
'developer' => 'Geliştirici misiniz? Uygulama geliştirip satışa sunmak için<a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">buraya</a> tıklayın!',
'about' => 'Hakkında',
'added' => 'Ekleme Tarihi',
'updated' => 'Güncelleme Tarihi',
'compatibility' => 'Uyumluluk',
'installed' => ':module yüklendi',
'uninstalled' => ':module kaldırıldı',
//'updated' => ':module updated',
'enabled' => ':module etkinleştirildi',
'disabled' => ':module devre dışı bırakıldı',
'tab' => [
'installation' => 'Yükleme',
'faq' => 'SSS',
'changelog' => 'Değişiklikler',
],
'installation' => [
'header' => 'Uygulama Yükleme',
'download' => ':module dosyası indiriliyor.',
'unzip' => ':module ayıklanıyor',
'install' => ':module uygulamanın dosyaları yükleniyor.',
],
'button' => [
'uninstall' => 'Kaldır',
'disable' => 'Devre Dışı Bırak',
'enable' => 'Etkinleştir',
],
];