2017-09-21 17:07:02 +03:00

43 lines
1.3 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 [
'api_token' => 'Token',
'enter_api_token' => 'API Token Girin',
'top_paid' => 'Popüler Ücretli',
'new' => 'Yeni',
'top_free' => 'Popüler Ücretsiz',
'free' => 'Ücretsiz',
'install' => 'Yükle',
'buy_now' => 'Şimdi Satın Al',
'faq' => 'SSS',
'changelog' => 'Değişiklik Kaydı',
'installed' => 'Değişiklik Kaydı',
'uninstalled' => 'Değişiklik Kaydı',
'enabled' => ':module Modül Etkin',
'disabled' => ':module Modül Devre Dışı',
'installation' => [
'header' => 'Modül Yükleme',
'start' => ':module yükleniyor',
'download' => ':module dosyası indiriliyor.',
'unzip' => ':module ayıklanıyor',
'install' => ':module dosyası yükleniyor',
],
'history' => [
'installed' => ':module yüklendi',
'uninstalled' => ':module kaldırma',
'updated' => ':module güncellendi',
'enabled' => ':module etkinleştirildi',
'disabled' => ':module devre dışı bırakıldı',
],
'button' => [
'uninstall' => 'Kaldır',
'disable' => 'Devre Dışı Bırak',
'enable' => 'Etkinleştir',
],
];