nextcloud/apps/files_external/l10n/tr.json

122 lines
7.6 KiB
JSON
Raw Normal View History

{ "translations": {
2015-10-06 08:55:00 +03:00
"Fetching request tokens failed. Verify that your app key and secret are correct." : "İstek jetonları getirme başarısız oldu. Uygulama anahtarınızın ve gizli bilginin doğruluğunu kontrol edin.",
"Fetching access tokens failed. Verify that your app key and secret are correct." : "Erişim jetonları getirme başarısız oldu. Uygulama anahtarınızın ve gizli bilginin doğruluğunu kontrol edin.",
2015-09-01 21:03:19 +03:00
"Please provide a valid app key and secret." : "Lütfen geçerli bir uygulama anahtarı ve gizli bilgisini girin.",
"Step 1 failed. Exception: %s" : "Adım 1 başarısız. Özel durum: %s",
"Step 2 failed. Exception: %s" : "Adım 2 başarısız. Özel durum: %s",
"External storage" : "Harici depolama",
"Personal" : "Kişisel",
"System" : "Sistem",
2015-08-25 19:39:10 +03:00
"Grant access" : "Erişimi sağla",
2015-09-01 21:03:19 +03:00
"Error configuring OAuth1" : "OAuth1 yapılandırma hatası",
"Error configuring OAuth2" : "OAuth2 yapılandırma hatası",
2015-09-14 08:55:35 +03:00
"Generate keys" : "Anahtarlar üret",
"Error generating key pair" : "Anahtar çifti üretirken hata",
"All users. Type to select user or group." : "Tüm kullanıcılar. Kullanıcı veya grup seçmek için yazın.",
"(group)" : "(grup)",
2016-02-15 09:55:28 +03:00
"Admin defined" : "Yönetici tanımlandı",
"Saved" : "Kaydedildi",
2016-02-15 09:55:28 +03:00
"Empty response from the server" : "Sunucudan boş yanıt",
"Couldn't access. Please logout and login to activate this mount point" : "Erişilemedi. Lütfen bu bağlama noktasını etkinleştirmek için tekrar oturumu kapatıp açın.",
"Couldn't get the information from the ownCloud server: {code} {type}" : "ownCloud sunucusundan bilgi alınamadı: {code} {type}",
"Couldn't get the list of external mount points: {type}" : "Harici bağlama noktalarının listesi alınamadı: {type}",
"There was an error with message: " : "Şu mesajla bir hata oluştu:",
"External mount error" : "Harici bağlama hatası",
2016-03-31 08:55:24 +03:00
"external-storage" : "harici-depolama",
"Couldn't get the list of Windows network drive mount points: empty response from the server" : "Windows ağ sürücüsü bağlama nokta listesi alınamadı: sunucudan boş yanıt",
"Some of the configured external mount points are not connected. Please click on the red row(s) for more information" : "Yapılandırılmış harici bağlama noktalarından bazıları bağlı değil. Lütfen daha fazla bilgi için kırmızı satırlara tıklayın",
"Please enter the credentials for the {mount} mount" : "{mount} bağlaması için kimlik bilgilerini girin",
2016-02-06 09:55:36 +03:00
"Username" : "Kullanıcı Adı",
"Password" : "Parola",
2016-03-31 08:55:24 +03:00
"Credentials saved" : "Kimlik bilgileri kaydedildi",
"Credentials saving failed" : "Kimlik bilgileri kaydedilemedi",
"Credentials required" : "Kimlik bilgileri gerekli",
2016-02-25 09:58:06 +03:00
"Save" : "Kaydet",
2016-05-24 22:24:38 +03:00
"Storage with id \"%i\" not found" : "\"%i\" kimliği ile bir depolama bulunamadı",
"Invalid backend or authentication mechanism class" : "Geçersiz arka uç veya kimlik doğrulama mekanizma sınıfı",
"Invalid mount point" : "Geçersiz bağlama noktası",
"Objectstore forbidden" : "Nesne deposu yasaktır",
"Invalid storage backend \"%s\"" : "Geçersiz depolama arka ucu \"%s\"",
"Not permitted to use backend \"%s\"" : "\"%s\" arka ucu kullanımına izin verilmiyor",
"Not permitted to use authentication mechanism \"%s\"" : "\"%s\" kimlik doğrulama mekanizmasına izin verilmiyor",
"Unsatisfied backend parameters" : "Yetersiz arka uç parametreleri",
"Unsatisfied authentication mechanism parameters" : "Yetersiz kimlik doğrulama mekanizması parametreleri",
"Insufficient data: %s" : "Yetersiz veri: %s",
"%s" : "%s",
"Storage with id \"%i\" is not user editable" : "\"%i\" kimliği ile bir depolama bulunamadı",
2015-09-01 21:03:19 +03:00
"Access key" : "Erişim anahtarı",
"Secret key" : "Gizli anahtar",
"Builtin" : "Yerleşik",
2015-08-25 19:39:10 +03:00
"None" : "Hiçbiri",
2015-09-01 21:03:19 +03:00
"OAuth1" : "OAuth1",
2015-08-25 19:39:10 +03:00
"App key" : "Uyg. anahtarı",
"App secret" : "Uyg. parolası",
2015-09-01 21:03:19 +03:00
"OAuth2" : "OAuth2",
2015-08-25 19:39:10 +03:00
"Client ID" : "İstemci kimliği",
"Client secret" : "İstemci parolası",
2015-10-06 08:55:00 +03:00
"OpenStack" : "OpenStack",
"Tenant name" : "Kiracı adı",
"Identity endpoint URL" : "Kimlik uç nokta URL'si",
"Rackspace" : "Rackspace",
2015-09-14 08:55:35 +03:00
"API key" : "API anahtarı",
"Username and password" : "Kullanıcı adı ve parola",
2016-03-31 08:55:24 +03:00
"Log-in credentials, save in session" : "Oturum kimlik bilgileri, oturumda kaydet",
2015-10-06 08:55:00 +03:00
"RSA public key" : "RSA ortak anahtarı",
2015-09-14 08:55:35 +03:00
"Public key" : "Ortak anahtar",
2015-08-25 19:39:10 +03:00
"Amazon S3" : "Amazon S3",
2015-09-14 08:55:35 +03:00
"Bucket" : "Bucket",
2015-08-25 19:39:10 +03:00
"Hostname" : "Makine adı",
"Port" : "Port",
"Region" : "Bölge",
"Enable SSL" : "SSL'yi Etkinleştir",
"Enable Path Style" : "Yol Biçemini Etkinleştir",
"WebDAV" : "WebDAV",
"URL" : "URL",
2015-09-14 08:55:35 +03:00
"Remote subfolder" : "Uzak alt klasör",
2015-08-25 19:39:10 +03:00
"Secure https://" : "Güvenli https://",
"Dropbox" : "Dropbox",
2015-09-01 21:03:19 +03:00
"FTP" : "FTP",
2015-09-14 08:55:35 +03:00
"Host" : "Sunucu",
2015-08-25 19:39:10 +03:00
"Secure ftps://" : "Güvenli ftps://",
2015-09-01 21:03:19 +03:00
"Google Drive" : "Google Drive",
2015-08-25 19:39:10 +03:00
"Local" : "Yerel",
"Location" : "Konum",
"ownCloud" : "ownCloud",
2015-09-01 21:03:19 +03:00
"SFTP" : "SFTP",
2015-08-25 19:39:10 +03:00
"Root" : "Kök",
2015-09-28 12:07:18 +03:00
"SFTP with secret key login" : "Gizli anahtar oturumu ile SFTP",
2015-09-01 21:03:19 +03:00
"SMB / CIFS" : "SMB / CIFS",
2015-09-14 08:55:35 +03:00
"Share" : "Paylaş",
2015-10-06 08:55:00 +03:00
"Domain" : "Alan adı",
2015-09-28 12:07:18 +03:00
"SMB / CIFS using OC login" : "OC oturumu kullanarak SMB / CIFS",
2015-09-14 08:55:35 +03:00
"Username as share" : "Paylaşım olarak kullanıcı adı",
"OpenStack Object Storage" : "OpenStack Nesne Depolama",
2015-10-06 08:55:00 +03:00
"Service name" : "Hizmet adı",
"Request timeout (seconds)" : "İstek zamanaşımı (saniye)",
"<b>Note:</b> " : "<b>Not:</b> ",
"<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Not:</b> PHP'de cURL desteği etkin veya kurulu değil. %s bağlaması mümkün olmayacak. Lütfen kurulumu için sistem yöneticilerinizle iletişime geçin.",
"<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Not:</b> PHP'de FTP desteği etkin veya kurulu değil. %s bağlaması mümkün olmayacak. Lütfen kurulumu için sistem yöneticilerinizle iletişime geçin.",
"<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Not:</b> \"%s\" kurulu değil. %s bağlaması mümkün olmayacak. Lütfen kurulumu için sistem yöneticilerinizle iletişime geçin.",
2015-01-13 09:56:58 +03:00
"No external storage configured" : "Yapılandırılmış harici depolama yok",
2015-04-07 08:54:47 +03:00
"You can add external storages in the personal settings" : "Harici depolamaları kişisel ayarlar içerisinden ekleyebilirsiniz",
"Name" : "Ad",
"Storage type" : "Depolama türü",
"Scope" : "Kapsam",
2016-04-09 19:28:39 +03:00
"Enable encryption" : "Şifrelemeyi aç",
"Enable previews" : "Önizlemeleri aç",
"Enable sharing" : "Paylaşımı etkinleştir",
"Check for changes" : "Değişiklikleri denetle",
"Never" : "Daha yeni",
"Once every direct access" : "Her doğrudan erişimde bir kez",
"External Storage" : "Harici Depolama",
"Folder name" : "Klasör ismi",
2015-09-01 21:03:19 +03:00
"Authentication" : "Kimlik Doğrulama",
"Configuration" : "Yapılandırma",
"Available for" : "Kullanabilenler",
2015-11-25 09:55:37 +03:00
"Add storage" : "Depo ekle",
2015-04-07 08:54:47 +03:00
"Advanced settings" : "Gelişmiş ayarlar",
"Delete" : "Sil",
2016-01-23 09:55:35 +03:00
"Allow users to mount external storage" : "Kullanıcılara harici depolama bağlamalarına izin ver",
"Allow users to mount the following external storage" : "Kullanıcıların aşağıdaki harici depolamayı bağlamalarına izin ver"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
}