Heimdall/resources/lang/tr/app.php

80 lines
2.5 KiB
PHP
Raw Normal View History

2018-02-07 21:52:47 +00:00
<?php
2018-02-07 23:05:47 +00:00
2018-02-07 21:52:47 +00:00
return [
2018-02-07 23:05:47 +00:00
2018-02-07 21:52:47 +00:00
/*
|--------------------------------------------------------------------------
| App Language Lines
|--------------------------------------------------------------------------
|
*/
2018-02-07 23:05:47 +00:00
2018-02-07 22:11:15 +00:00
'settings.system' => 'Sistem',
'settings.appearance' => 'Görünüm',
'settings.miscellaneous' => 'Çeşitli',
2018-02-07 23:05:47 +00:00
2018-02-07 22:11:15 +00:00
'settings.version' => 'Versiyon',
'settings.background_image' => 'Arkaplan Resmi',
'settings.homepage_search' => 'Anasayfa Arama',
'settings.search_provider' => 'Arama Motoru',
'settings.language' => 'Dil',
'settings.reset' => 'Varsayılana Geri Dön',
'settings.remove' => 'Sil',
'settings.search' => 'ara',
'settings.no_items' => 'Öğe bulunamadı',
2018-02-07 21:52:47 +00:00
2018-02-07 23:05:47 +00:00
2018-02-07 22:11:15 +00:00
'settings.label' => 'Etiket',
'settings.value' => 'Değer',
'settings.edit' => 'Düzenle',
'settings.view' => 'Görüntüle',
2018-02-07 23:05:47 +00:00
2018-02-07 22:11:15 +00:00
'options.none' => '- ayarlanmadı -',
2018-02-07 21:52:47 +00:00
'options.google' => 'Google',
'options.ddg' => 'DuckDuckGo',
'options.bing' => 'Bing',
2019-06-08 11:02:12 +00:00
'options.qwant' => 'Qwant',
2018-02-07 22:11:15 +00:00
'options.yes' => 'Evet',
'options.no' => 'Hayır',
2018-02-07 23:05:47 +00:00
2018-02-07 22:11:15 +00:00
'buttons.save' => 'Kaydet',
'buttons.cancel' => 'İptal',
'buttons.add' => 'Ekle',
'buttons.upload' => 'Dosya yükle',
2018-02-07 23:05:47 +00:00
2018-02-07 22:11:15 +00:00
'dash.pin_item' => 'Ana panele iğnele',
'dash.no_apps' => 'Ana panele iğneli öğeler, :link1 or :link2',
'dash.link1' => 'Yeni uygulama ekle',
'dash.link2' => 'Ana panele iğnele',
'dash.pinned_items' => 'İğnelenen öğeler',
2018-02-07 23:05:47 +00:00
2018-02-07 22:11:15 +00:00
'apps.app_list' => 'Uygulama listesi',
'apps.view_trash' => 'Çöpü görüntüle',
'apps.add_application' => 'Uygulama ekle',
'apps.application_name' => 'Uygulama adı',
'apps.colour' => 'Renk',
'apps.icon' => 'İkon',
'apps.pinned' => 'İğneli',
'apps.title' => 'Başlık',
'apps.hex' => 'Hex değeri',
'apps.username' => 'Kullanıcı adı',
'apps.password' => 'Şifre',
'apps.config' => 'Yapılandırma',
2018-02-07 23:05:47 +00:00
2018-02-07 22:11:15 +00:00
'url' => 'Adres',
'title' => 'Başlık',
'delete' => 'Sil',
'optional' => 'İsteğe bağlı',
'restore' => 'Eski haline getir',
2018-02-07 23:05:47 +00:00
2018-02-07 22:11:15 +00:00
'alert.success.item_created' => 'Öğe yaratıldı',
'alert.success.item_updated' => 'Öğe güncellendi',
'alert.success.item_deleted' => 'Öğe silindi',
'alert.success.item_restored' => 'Öğe eski haline getirildi',
2018-02-07 23:05:47 +00:00
2018-02-07 22:11:15 +00:00
'alert.success.setting_updated' => 'Ayarlama kaydedildi',
'alert.error.not_exist' => 'Böyle bir seçenek yok.',
2018-02-07 23:05:47 +00:00
2018-02-07 21:52:47 +00:00
];