Blame view

sources/settings/l10n/tr.php 13 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
03e52840d   Kload   Init
3
  "Unable to load list from App Store" => "App Store'dan liste yüklenemiyor",
31b7f2792   Kload   Upgrade to ownclo...
4
5
6
  "Authentication error" => "Kimlik doğrulama hatası",
  "Your full name has been changed." => "Tam adınız değiştirildi.",
  "Unable to change full name" => "Tam adınız değiştirilirken hata",
03e52840d   Kload   Init
7
8
  "Group already exists" => "Grup zaten mevcut",
  "Unable to add group" => "Gruba eklenemiyor",
31b7f2792   Kload   Upgrade to ownclo...
9
10
  "Email saved" => "E-posta kaydedildi",
  "Invalid email" => "Geçersiz e-posta",
03e52840d   Kload   Init
11
12
13
14
15
16
17
18
  "Unable to delete group" => "Grup silinemiyor",
  "Unable to delete user" => "Kullanıcı silinemiyor",
  "Language changed" => "Dil değiştirildi",
  "Invalid request" => "Geçersiz istek",
  "Admins can't remove themself from the admin group" => "Yöneticiler kendilerini yönetici grubundan kaldıramaz",
  "Unable to add user to group %s" => "Kullanıcı %s grubuna eklenemiyor",
  "Unable to remove user from group %s" => "%s grubundan kullanıcı kaldırılamıyor",
  "Couldn't update app." => "Uygulama güncellenemedi.",
31b7f2792   Kload   Upgrade to ownclo...
19
20
21
22
23
24
  "Wrong password" => "Hatalı parola",
  "No user supplied" => "Kullanıcı girilmedi",
  "Please provide an admin recovery password, otherwise all user data will be lost" => "Lütfen bir yönetici kurtarma parolası girin, aksi takdirde tüm kullanıcı verisi kaybedilecek",
  "Wrong admin recovery password. Please check the password and try again." => "Hatalı yönetici kurtarma parolası. Lütfen parolayı denetleyip yeniden deneyin.",
  "Back-end doesn't support password change, but the users encryption key was successfully updated." => "Arka uç parola değişimini desteklemiyor ancak kullanıcı şifreleme anahtarı başarıyla güncellendi.",
  "Unable to change password" => "Parola değiştirilemiyor",
03e52840d   Kload   Init
25
  "Update to {appversion}" => "{appversion} Güncelle",
31b7f2792   Kload   Upgrade to ownclo...
26
27
  "Disable" => "Devre dışı bırak",
  "Enable" => "Etkinleştir",
03e52840d   Kload   Init
28
  "Please wait...." => "Lütfen bekleyin....",
31b7f2792   Kload   Upgrade to ownclo...
29
30
  "Error while disabling app" => "Uygulama devre dışı bırakılırken hata",
  "Error while enabling app" => "Uygulama etkinleştirilirken hata",
03e52840d   Kload   Init
31
32
33
  "Updating...." => "Güncelleniyor....",
  "Error while updating app" => "Uygulama güncellenirken hata",
  "Error" => "Hata",
31b7f2792   Kload   Upgrade to ownclo...
34
  "Update" => "Güncelleme",
03e52840d   Kload   Init
35
  "Updated" => "Güncellendi",
31b7f2792   Kload   Upgrade to ownclo...
36
37
  "Select a profile picture" => "Bir profil fotoğrafı seçin",
  "Decrypting files... Please wait, this can take some time." => "Dosyaların şifresi çözülüyor... Lütfen bekleyin, bu biraz zaman alabilir.",
03e52840d   Kload   Init
38
39
40
41
42
43
44
45
46
47
48
  "Saving..." => "Kaydediliyor...",
  "deleted" => "silindi",
  "undo" => "geri al",
  "Unable to remove user" => "Kullanıcı kaldırılamıyor",
  "Groups" => "Gruplar",
  "Group Admin" => "Yönetici Grubu ",
  "Delete" => "Sil",
  "add group" => "grup ekle",
  "A valid username must be provided" => "Geçerli bir kullanıcı adı mutlaka sağlanmalı",
  "Error creating user" => "Kullanıcı oluşturulurken hata",
  "A valid password must be provided" => "Geçerli bir parola mutlaka sağlanmalı",
31b7f2792   Kload   Upgrade to ownclo...
49
50
51
52
53
54
55
  "Warning: Home directory for user \"{user}\" already exists" => "Uyarı: \"{user}\" kullanıcısı için zaten bir Ev dizini mevcut",
  "__language_name__" => "Türkçe",
  "Everything (fatal issues, errors, warnings, info, debug)" => "Her şey (Ölümcül konular, hatalar, uyarılar, bilgi, hata ayıklama)",
  "Info, warnings, errors and fatal issues" => "Bilgi, uyarılar, hatalar ve ölümcül konular",
  "Warnings, errors and fatal issues" => "Uyarılar, hatalar ve ölümcül konular",
  "Errors and fatal issues" => "Hatalar ve ölümcül konular",
  "Fatal issues only" => "Sadece ölümcül konular",
03e52840d   Kload   Init
56
  "Security Warning" => "Güvenlik Uyarisi",
31b7f2792   Kload   Upgrade to ownclo...
57
58
  "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "%s konumuna HTTP aracılığıyla erişiyorsunuz. Sunucunuzu HTTPS kullanımını zorlaması üzere yapılandırmanızı şiddetle öneririz.",
  "Your data directory and your files are probably accessible from the internet. The .htaccess file is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "data dizininiz ve dosyalarınız büyük ihtimalle internet üzerinden erişilebilir. .htaccess  dosyası çalışmıyor. Web sunucunuzu yapılandırarak data dizinine erişimi kapatmanızı veya data dizinini web sunucu döküman dizini dışına almanızı şiddetle tavsiye ederiz.",
03e52840d   Kload   Init
59
  "Setup Warning" => "Kurulum Uyarısı",
31b7f2792   Kload   Upgrade to ownclo...
60
61
  "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Web sunucunuz dosya transferi için düzgün bir şekilde yapılandırılmamış. WevDAV arabirimini sorunlu gözüküyor.",
  "Please double check the <a href=\"%s\">installation guides</a>." => "Lütfen <a href='%s'>kurulum kılavuzlarını</a> tekrar kontrol edin.",
03e52840d   Kload   Init
62
  "Module 'fileinfo' missing" => "Modül 'fileinfo' kayıp",
31b7f2792   Kload   Upgrade to ownclo...
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
  "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "PHP modülü 'fileinfo' kayıp. MIME-tip tanıma ile en iyi sonuçları elde etmek için bu modülü etkinleştirmenizi öneririz.",
  "Your PHP version is outdated" => "PHP sürümünüz eski",
  "Your PHP version is outdated. We strongly recommend to update to 5.3.8 or newer because older versions are known to be broken. It is possible that this installation is not working correctly." => "PHP sürümünüz eski. Eski sürümlerde sorun olduğundan 5.3.8 veya daha yeni bir sürüme güncellemenizi şiddetle tavsiye ederiz. Bu kurulumun da doğru çalışmaması da olasıdır.",
  "Locale not working" => "Locale çalışmıyor.",
  "System locale can not be set to a one which supports UTF-8." => "Sistem yereli, UTF-8 destekleyenlerden biri olarak ayarlanamadı",
  "This means that there might be problems with certain characters in file names." => "Bu, dosya adlarında belirli karakterlerde problem olabileceği anlamına gelir.",
  "We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "Şu dillerden birini desteklemesi için sisteminize gerekli paketleri kurmanızı şiddetle tavsiye ederiz: %s.",
  "Internet connection not working" => "İnternet bağlantısı çalışmıyor",
  "This server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or installation of 3rd party apps don´t work. Accessing files from remote and sending of notification emails might also not work. We suggest to enable internet connection for this server if you want to have all features." => "Bu sunucunun çalışan bir internet bağlantısı yok. Bu, harici depolama alanı bağlama, güncelleştirme bildirimleri veya 3. parti uygulama kurma gibi bazı özellikler çalışmayacak demektir. Uzak dosyalara erişim ve e-posta ile bildirim gönderme de çalışmayacaktır. Eğer bu özelliklerin tamamını kullanmak istiyorsanız, sunucu için internet bağlantısını etkinleştirmenizi öneriyoruz.",
  "Cron" => "Cron",
  "Execute one task with each page loaded" => "Yüklenen her sayfa ile bir görev çalıştır",
  "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php, http üzerinden her 15 dakikada bir çağrılması için webcron hizmetine kaydedildi.",
  "Use systems cron service to call the cron.php file every 15 minutes." => "Cron.php dosyasını her 15 dakikada bir çağırmak için sistem cron hizmetini kullan.",
  "Sharing" => "Paylaşım",
  "Enable Share API" => "Paylaşım API'sini etkinleştir",
  "Allow apps to use the Share API" => "Uygulamaların paylaşım API'sini kullanmasına izin ver",
  "Allow links" => "Bağlantılara izin ver",
  "Allow users to share items to the public with links" => "Kullanıcıların ögeleri paylaşması için herkese açık bağlantılara izin ver",
  "Allow public uploads" => "Herkes tarafından yüklemeye izin ver",
  "Allow users to enable others to upload into their publicly shared folders" => "Kullanıcıların, herkese açık dizinlerine, başkalarının dosya yüklemelerini etkinleştirmelerine izin ver.",
03e52840d   Kload   Init
83
  "Allow resharing" => "Paylaşıma izin ver",
31b7f2792   Kload   Upgrade to ownclo...
84
85
86
87
88
  "Allow users to share items shared with them again" => "Kullanıcıların kendileri ile paylaşılan ögeleri yeniden paylaşmasına izin ver",
  "Allow users to share with anyone" => "Kullanıcıların herşeyi paylaşmalarına izin ver",
  "Allow users to only share with users in their groups" => "Kullanıcıların sadece kendi gruplarındaki kullanıcılarla paylaşmasına izin ver",
  "Allow mail notification" => "Posta bilgilendirmesine izin ver",
  "Allow user to send mail notification for shared files" => "Paylaşılmış dosyalar için kullanıcının posta bildirimi göndermesine izin ver",
03e52840d   Kload   Init
89
  "Security" => "Güvenlik",
31b7f2792   Kload   Upgrade to ownclo...
90
91
92
  "Enforce HTTPS" => "HTTPS bağlantısına zorla",
  "Forces the clients to connect to %s via an encrypted connection." => "İstemcileri %s a şifreli bir bağlantı ile bağlanmaya zorlar.",
  "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "SSL zorlamasını etkinleştirmek ya da devre dışı bırakmak için lütfen ,%s a HTTPS ile bağlanın.",
03e52840d   Kload   Init
93
  "Log" => "Kayıtlar",
31b7f2792   Kload   Upgrade to ownclo...
94
  "Log level" => "Günlük seviyesi",
03e52840d   Kload   Init
95
  "More" => "Daha fazla",
31b7f2792   Kload   Upgrade to ownclo...
96
  "Less" => "Az",
03e52840d   Kload   Init
97
  "Version" => "Sürüm",
31b7f2792   Kload   Upgrade to ownclo...
98
99
100
101
  "Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "<a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud topluluğu</a> tarafından geliştirilmiş olup, <a href=\"https://github.com/owncloud\" target=\"_blank\">kaynak kodu</a>, <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a> altında lisanslanmıştır.",
  "Add your App" => "Uygulamanızı Ekleyin",
  "More Apps" => "Daha Fazla Uygulama",
  "Select an App" => "Bir Uygulama Seçin",
03e52840d   Kload   Init
102
103
  "See application page at apps.owncloud.com" => "Uygulamanın sayfasına apps.owncloud.com adresinden bakın ",
  "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"></span>-lisanslayan <span class=\"author\"></span>",
03e52840d   Kload   Init
104
105
106
107
108
109
  "User Documentation" => "Kullanıcı Belgelendirmesi",
  "Administrator Documentation" => "Yönetici Belgelendirmesi",
  "Online Documentation" => "Çevrimiçi Belgelendirme",
  "Forum" => "Forum",
  "Bugtracker" => "Hata Takip Sistemi",
  "Commercial Support" => "Ticari Destek",
31b7f2792   Kload   Upgrade to ownclo...
110
  "Get the apps to sync your files" => "Dosyalarınızı eşitlemek için uygulamayı indirin",
03e52840d   Kload   Init
111
  "Show First Run Wizard again" => "İlk Çalıştırma Sihirbazını yeniden göster",
31b7f2792   Kload   Upgrade to ownclo...
112
  "You have used <strong>%s</strong> of the available <strong>%s</strong>" => "Kullandığınız: <strong>%s</strong>. Seçilebilecekler: <strong>%s</strong>",
03e52840d   Kload   Init
113
114
115
116
117
118
  "Password" => "Parola",
  "Your password was changed" => "Şifreniz değiştirildi",
  "Unable to change your password" => "Parolanız değiştirilemiyor",
  "Current password" => "Mevcut parola",
  "New password" => "Yeni parola",
  "Change password" => "Parola değiştir",
31b7f2792   Kload   Upgrade to ownclo...
119
  "Full Name" => "Tam Adı",
03e52840d   Kload   Init
120
  "Email" => "Eposta",
31b7f2792   Kload   Upgrade to ownclo...
121
122
123
124
125
126
127
128
129
130
  "Your email address" => "E-posta adresiniz",
  "Fill in an email address to enable password recovery" => "Parola kurtarmayı etkinleştirmek için bir eposta adresi girin",
  "Profile picture" => "Profil resmi",
  "Upload new" => "Yeni yükle",
  "Select new from Files" => "Dosyalardan seç",
  "Remove image" => "Resmi kaldır",
  "Either png or jpg. Ideally square but you will be able to crop it." => "PNG veya JPG. Genellikle karedir ancak kesebileceksiniz.",
  "Your avatar is provided by your original account." => "Görüntü resminiz, özgün hesabınız tarafından sağlanıyor.",
  "Abort" => "İptal Et",
  "Choose as profile image" => "Profil resmi olarak seç",
03e52840d   Kload   Init
131
132
133
  "Language" => "Dil",
  "Help translate" => "Çevirilere yardım edin",
  "WebDAV" => "WebDAV",
31b7f2792   Kload   Upgrade to ownclo...
134
135
136
137
138
  "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" => "<a href=\"%s\" target=\"_blank\">Dosyalarınıza WebDAV aracılığıyla erişmek için</a> bu adresi kullanın",
  "Encryption" => "Şifreleme",
  "The encryption app is no longer enabled, please decrypt all your files" => "Şifreleme uygulaması artık etkin değil, tüm dosyalarınızın şifrelemesini kaldırın",
  "Log-in password" => "Oturum açma parolası",
  "Decrypt all Files" => "Tüm dosyaların şifresini çözme",
03e52840d   Kload   Init
139
140
  "Login Name" => "Giriş Adı",
  "Create" => "Oluştur",
31b7f2792   Kload   Upgrade to ownclo...
141
142
  "Admin Recovery Password" => "Yönetici Kurtarma Parolası",
  "Enter the recovery password in order to recover the users files during password change" => "Parola değiştirme sırasında kullanıcı dosyalarını kurtarmak için bir kurtarma paroalsı girin",
03e52840d   Kload   Init
143
  "Default Storage" => "Varsayılan Depolama",
31b7f2792   Kload   Upgrade to ownclo...
144
  "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" => "Lütfen disk alanı kotasını girin (örnek: \"512MB\" veya \"12GB\")",
03e52840d   Kload   Init
145
146
  "Unlimited" => "Limitsiz",
  "Other" => "Diğer",
31b7f2792   Kload   Upgrade to ownclo...
147
  "Username" => "Kullanıcı Adı",
03e52840d   Kload   Init
148
  "Storage" => "Depolama",
31b7f2792   Kload   Upgrade to ownclo...
149
  "change full name" => "tam adı değiştir",
03e52840d   Kload   Init
150
151
152
  "set new password" => "yeni parola belirle",
  "Default" => "Varsayılan"
  );
31b7f2792   Kload   Upgrade to ownclo...
153
  $PLURAL_FORMS = "nplurals=2; plural=(n > 1);";