Blame view

sources/core/l10n/tr.php 15.2 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
6d9380f96   Cédric Dupont   Update sources OC...
3
  "Expiration date is in the past." => "Son kullanma tarihi geçmişte.",
31b7f2792   Kload   Upgrade to ownclo...
4
5
6
7
  "Couldn't send mail to following users: %s " => "Şu kullanıcılara posta gönderilemedi: %s",
  "Turned on maintenance mode" => "Bakım kipi etkinleştirildi",
  "Turned off maintenance mode" => "Bakım kipi kapatıldı",
  "Updated database" => "Veritabanı güncellendi",
6d9380f96   Cédric Dupont   Update sources OC...
8
9
  "Checked database schema update" => "Veritabanı şema güncellemesi denetlendi",
  "Disabled incompatible apps: %s" => "Uyumsuz uygulamalar devre dışı bırakıldı: %s",
31b7f2792   Kload   Upgrade to ownclo...
10
11
12
13
14
  "No image or file provided" => "Resim veya dosya belirtilmedi",
  "Unknown filetype" => "Bilinmeyen dosya türü",
  "Invalid image" => "Geçersiz resim",
  "No temporary profile picture available, try again" => "Kullanılabilir geçici profil resmi yok, tekrar deneyin",
  "No crop data provided" => "Kesme verisi sağlanmamış",
03e52840d   Kload   Init
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
  "Sunday" => "Pazar",
  "Monday" => "Pazartesi",
  "Tuesday" => "Salı",
  "Wednesday" => "Çarşamba",
  "Thursday" => "Perşembe",
  "Friday" => "Cuma",
  "Saturday" => "Cumartesi",
  "January" => "Ocak",
  "February" => "Şubat",
  "March" => "Mart",
  "April" => "Nisan",
  "May" => "Mayıs",
  "June" => "Haziran",
  "July" => "Temmuz",
  "August" => "Ağustos",
  "September" => "Eylül",
  "October" => "Ekim",
  "November" => "Kasım",
  "December" => "Aralık",
  "Settings" => "Ayarlar",
6d9380f96   Cédric Dupont   Update sources OC...
35
36
37
38
39
40
  "File" => "Dosya",
  "Folder" => "Klasör",
  "Image" => "Resim",
  "Audio" => "Ses",
  "Saving..." => "Kaydediliyor...",
  "seconds ago" => "saniyeler önce",
31b7f2792   Kload   Upgrade to ownclo...
41
42
  "_%n minute ago_::_%n minutes ago_" => array("%n dakika önce","%n dakika önce"),
  "_%n hour ago_::_%n hours ago_" => array("%n saat önce","%n saat önce"),
03e52840d   Kload   Init
43
44
  "today" => "bugün",
  "yesterday" => "dün",
31b7f2792   Kload   Upgrade to ownclo...
45
  "_%n day ago_::_%n days ago_" => array("%n gün önce","%n gün önce"),
03e52840d   Kload   Init
46
  "last month" => "geçen ay",
31b7f2792   Kload   Upgrade to ownclo...
47
  "_%n month ago_::_%n months ago_" => array("%n ay önce","%n ay önce"),
03e52840d   Kload   Init
48
  "last year" => "geçen yıl",
6d9380f96   Cédric Dupont   Update sources OC...
49
50
51
52
53
54
55
  "years ago" => "yıllar önce",
  "Couldn't send reset email. Please contact your administrator." => "Sıfırlama e-postası gönderilemedi. Lütfen yöneticiniz ile iletişime geçin.",
  "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." => "Parolanızı değiştirme bağlantısı e-posta adresinize gönderildi. Makul bir süre içerisinde almadıysanız spam/gereksiz klasörlerini kontrol ediniz.<br>Bu konumlarda da yoksa yerel sistem yöneticinize sorunuz.",
  "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" => "Dosyalarınız şifrelenmiş. Kurtarma anahtarını etkinleştirmemişseniz, parola sıfırlama işleminden sonra verilerinize erişmeniz imkansız olacak.<br />Ne yaptığınızdan emin değilseniz, devam etmeden önce sistem yöneticiniz ile iletişime geçin.<br />Gerçekten devam etmek istiyor musunuz?",
  "I know what I'm doing" => "Ne yaptığımı biliyorum",
  "Reset password" => "Parolayı sıfırla",
  "Password can not be changed. Please contact your administrator." => "Parola değiştirilemedi. Lütfen yöneticiniz ile iletişime geçin.",
03e52840d   Kload   Init
56
  "Yes" => "Evet",
31b7f2792   Kload   Upgrade to ownclo...
57
  "No" => "Hayır",
6d9380f96   Cédric Dupont   Update sources OC...
58
59
  "Choose" => "Seç",
  "Error loading file picker template: {error}" => "Dosya seçici şablonu yüklenirken hata: {error}",
03e52840d   Kload   Init
60
  "Ok" => "Tamam",
31b7f2792   Kload   Upgrade to ownclo...
61
62
63
  "Error loading message template: {error}" => "İleti şablonu yüklenirken hata: {error}",
  "_{count} file conflict_::_{count} file conflicts_" => array("{count} dosya çakışması","{count} dosya çakışması"),
  "One file conflict" => "Bir dosya çakışması",
6d9380f96   Cédric Dupont   Update sources OC...
64
65
  "New Files" => "Yeni Dosyalar",
  "Already existing files" => "Zaten mevcut olan dosyalar",
31b7f2792   Kload   Upgrade to ownclo...
66
  "Which files do you want to keep?" => "Hangi dosyaları saklamak istiyorsunuz?",
6d9380f96   Cédric Dupont   Update sources OC...
67
  "If you select both versions, the copied file will have a number added to its name." => "İki sürümü de seçerseniz, kopyalanan dosyanın ismine bir sayı ilave edilecektir.",
31b7f2792   Kload   Upgrade to ownclo...
68
69
70
71
72
  "Cancel" => "İptal",
  "Continue" => "Devam et",
  "(all selected)" => "(tümü seçildi)",
  "({count} selected)" => "({count} seçildi)",
  "Error loading file exists template" => "Dosya mevcut şablonu yüklenirken hata",
6d9380f96   Cédric Dupont   Update sources OC...
73
74
75
76
77
  "Very weak password" => "Çok güçsüz parola",
  "Weak password" => "Güçsüz parola",
  "So-so password" => "Normal parola",
  "Good password" => "İyi parola",
  "Strong password" => "Güçlü parola",
03e52840d   Kload   Init
78
  "Shared" => "Paylaşılan",
6d9380f96   Cédric Dupont   Update sources OC...
79
80
  "Shared by {owner}" => "{owner} tarafından paylaşılmış",
  "Shared with {recipients}" => "{recipients} ile paylaşılmış",
03e52840d   Kload   Init
81
  "Share" => "Paylaş",
31b7f2792   Kload   Upgrade to ownclo...
82
  "Error" => "Hata",
6d9380f96   Cédric Dupont   Update sources OC...
83
84
85
86
87
88
  "Error while sharing" => "Paylaşım sırasında hata",
  "Error while unsharing" => "Paylaşım iptal edilirken hata",
  "Error while changing permissions" => "İzinleri değiştirirken hata",
  "Shared with you and the group {group} by {owner}" => "{owner} tarafından sizinle ve {group} ile paylaştırılmış",
  "Shared with you by {owner}" => "{owner} tarafından sizinle paylaşıldı",
  "Share with user or group …" => "Kullanıcı veya grup ile paylaş...",
31b7f2792   Kload   Upgrade to ownclo...
89
  "Share link" => "Paylaşma bağlantısı",
6d9380f96   Cédric Dupont   Update sources OC...
90
91
  "The public link will expire no later than {days} days after it is created" => "Herkese açık bağlantı, oluşturulduktan en geç {days} gün sonra sona erecek",
  "By default the public link will expire after {days} days" => "Öntanımlı olarak herkese açık bağlantı {days} gün sonra sona erecek",
31b7f2792   Kload   Upgrade to ownclo...
92
  "Password protect" => "Parola koruması",
6d9380f96   Cédric Dupont   Update sources OC...
93
94
  "Choose a password for the public link" => "Herkese açık bağlantı için bir parola seçin",
  "Allow Public Upload" => "Herkes Tarafından Gönderime İzin Ver",
31b7f2792   Kload   Upgrade to ownclo...
95
  "Email link to person" => "Bağlantıyı e-posta ile gönder",
03e52840d   Kload   Init
96
97
98
  "Send" => "Gönder",
  "Set expiration date" => "Son kullanma tarihini ayarla",
  "Expiration date" => "Son kullanım tarihi",
6d9380f96   Cédric Dupont   Update sources OC...
99
  "Share via email:" => "E-posta ile paylaş:",
03e52840d   Kload   Init
100
  "No people found" => "Kişi bulunamadı",
31b7f2792   Kload   Upgrade to ownclo...
101
  "group" => "grup",
03e52840d   Kload   Init
102
  "Resharing is not allowed" => "Tekrar paylaşmaya izin verilmiyor",
6d9380f96   Cédric Dupont   Update sources OC...
103
104
  "Shared in {item} with {user}" => "{item} içinde {user} ile paylaşılanlar",
  "Unshare" => "Paylaşmayı Kaldır",
31b7f2792   Kload   Upgrade to ownclo...
105
  "notify by email" => "e-posta ile bildir",
6d9380f96   Cédric Dupont   Update sources OC...
106
  "can share" => "paylaşabilir",
03e52840d   Kload   Init
107
108
109
110
111
  "can edit" => "düzenleyebilir",
  "access control" => "erişim kontrolü",
  "create" => "oluştur",
  "update" => "güncelle",
  "delete" => "sil",
31b7f2792   Kload   Upgrade to ownclo...
112
  "Password protected" => "Parola korumalı",
6d9380f96   Cédric Dupont   Update sources OC...
113
114
  "Error unsetting expiration date" => "Son kullanma tarihi kaldırma hatası",
  "Error setting expiration date" => "Son kullanma tarihi ayarlama hatası",
03e52840d   Kload   Init
115
  "Sending ..." => "Gönderiliyor...",
31b7f2792   Kload   Upgrade to ownclo...
116
117
118
119
120
121
122
123
124
  "Email sent" => "E-posta gönderildi",
  "Warning" => "Uyarı",
  "The object type is not specified." => "Nesne türü belirtilmemiş.",
  "Enter new" => "Yeni girin",
  "Delete" => "Sil",
  "Add" => "Ekle",
  "Edit tags" => "Etiketleri düzenle",
  "Error loading dialog template: {error}" => "İletişim şablonu yüklenirken hata: {error}",
  "No tags selected for deletion." => "Silmek için bir etiket seçilmedi.",
6d9380f96   Cédric Dupont   Update sources OC...
125
  "Updating {productName} to version {version}, this may take a while." => "{productName}, {version} sürümüne güncelleniyor, bu biraz zaman alabilir.",
31b7f2792   Kload   Upgrade to ownclo...
126
  "Please reload the page." => "Lütfen sayfayı yeniden yükleyin.",
6d9380f96   Cédric Dupont   Update sources OC...
127
128
129
130
131
  "The update was unsuccessful." => "Güncelleme başarısız oldu.",
  "The update was successful. Redirecting you to ownCloud now." => "Güncelleme başarılı. Şimdi ownCloud'a yönlendiriliyorsunuz.",
  "Couldn't reset password because the token is invalid" => "Belirteç geçersiz olduğundan parola sıfırlanamadı",
  "Couldn't send reset email. Please make sure your username is correct." => "Sıfırlama e-postası gönderilemedi. Lütfen kullanıcı adınızın doğru olduğundan emin olun.",
  "Couldn't send reset email because there is no email address for this username. Please contact your administrator." => "Sıfırlama e-postası, bu kullanıcı için bir e-posta adresi olmadığından gönderilemedi. Lütfen yöneticiniz ile iletişime geçin.",
31b7f2792   Kload   Upgrade to ownclo...
132
  "%s password reset" => "%s parola sıfırlama",
6d9380f96   Cédric Dupont   Update sources OC...
133
134
  "Use the following link to reset your password: {link}" => "Parolanızı sıfırlamak için bu bağlantıyı kullanın: {link}",
  "You will receive a link to reset your password via Email." => "Parolanızı sıfırlamak için e-posta ile bir bağlantı alacaksınız.",
31b7f2792   Kload   Upgrade to ownclo...
135
  "Username" => "Kullanıcı Adı",
6d9380f96   Cédric Dupont   Update sources OC...
136
137
  "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "Dosyalarınız şifrelenmiş. Eğer kurtarma anahtarını etkinleştirmediyseniz parola sıfırlama işleminden sonra verilerinize erişmeniz imkansız olacak. Eğer ne yaptığınızdan emin değilseniz, devam etmeden önce sistem yöneticiniz ile iletişime geçin. Gerçekten devam etmek istiyor musunuz?",
  "Yes, I really want to reset my password now" => "Evet, gerçekten parolamı şimdi sıfırlamak istiyorum",
31b7f2792   Kload   Upgrade to ownclo...
138
  "Reset" => "Sıfırla",
03e52840d   Kload   Init
139
  "New password" => "Yeni parola",
6d9380f96   Cédric Dupont   Update sources OC...
140
141
142
  "New Password" => "Yeni Parola",
  "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " => "Mac OS X desteklenmiyor ve %s bu platformda düzgün çalışmayacak. Kendi riskinizle kullanın!",
  "For the best results, please consider using a GNU/Linux server instead." => "En iyi sonuçlar için GNU/Linux sunucusu kullanın.",
03e52840d   Kload   Init
143
144
145
146
  "Personal" => "Kişisel",
  "Users" => "Kullanıcılar",
  "Apps" => "Uygulamalar",
  "Admin" => "Yönetici",
31b7f2792   Kload   Upgrade to ownclo...
147
148
149
150
151
  "Help" => "Yardım",
  "Error loading tags" => "Etiketler yüklenirken hata",
  "Tag already exists" => "Etiket zaten mevcut",
  "Error deleting tag(s)" => "Etiket(ler) silinirken hata",
  "Error tagging" => "Etiketleme hatası",
6d9380f96   Cédric Dupont   Update sources OC...
152
  "Error untagging" => "Etiket kaldırma hatası",
31b7f2792   Kload   Upgrade to ownclo...
153
154
  "Error favoriting" => "Beğenilirken hata",
  "Error unfavoriting" => "Beğeniden kaldırılırken hata",
6d9380f96   Cédric Dupont   Update sources OC...
155
  "Access forbidden" => "Erişim yasak",
03e52840d   Kload   Init
156
  "Cloud not found" => "Bulut bulunamadı",
31b7f2792   Kload   Upgrade to ownclo...
157
158
159
160
161
162
163
164
165
166
167
168
  "Hey there,
  
  just letting you know that %s shared %s with you.
  View it: %s
  
  " => "Merhaba,
  
  Sadece %s sizinle %s paylaşımını yaptığını bildiriyoruz.
  Buradan bakabilirsiniz: %s
  
  ",
  "The share will expire on %s." => "Bu paylaşım %s tarihinde sona erecek.",
6d9380f96   Cédric Dupont   Update sources OC...
169
170
  "Cheers!" => "Hoşça kalın!",
  "Security Warning" => "Güvenlik Uyarısı",
31b7f2792   Kload   Upgrade to ownclo...
171
  "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "PHP sürümünüz NULL Byte saldırısına açık (CVE-2006-7243)",
6d9380f96   Cédric Dupont   Update sources OC...
172
173
174
175
176
  "Please update your PHP installation to use %s securely." => "%s yazılımını güvenli olarak kullanmak için, lütfen PHP kurulumunuzu güncelleyin.",
  "No secure random number generator is available, please enable the PHP OpenSSL extension." => "Güvenli rastgele sayı üreticisi bulunamadı. Lütfen PHP OpenSSL eklentisini etkinleştirin.",
  "Without a secure random number generator an attacker may be able to predict password reset tokens and take over your account." => "Güvenli rastgele sayı üreticisi olmadan saldırganlar parola sıfırlama simgelerini tahmin edip hesabınızı ele geçirebilir.",
  "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Veri klasörünüz ve dosyalarınız .htaccess dosyası çalışmadığı için İnternet'ten erişime açık.",
  "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\">documentation</a>." => "Sunucunuzu nasıl ayarlayacağınıza dair bilgi için, lütfen <a href=\"%s\" target=\"_blank\">belgelendirme sayfasını</a> ziyaret edin.",
03e52840d   Kload   Init
177
  "Create an <strong>admin account</strong>" => "Bir <strong>yönetici hesabı</strong> oluşturun",
6d9380f96   Cédric Dupont   Update sources OC...
178
179
  "Password" => "Parola",
  "Storage & database" => "Depolama ve veritabanı",
03e52840d   Kload   Init
180
  "Data folder" => "Veri klasörü",
6d9380f96   Cédric Dupont   Update sources OC...
181
182
  "Configure the database" => "Veritabanını yapılandır",
  "Only %s is available." => "Sadece %s kullanılabilir.",
03e52840d   Kload   Init
183
184
185
186
187
  "Database user" => "Veritabanı kullanıcı adı",
  "Database password" => "Veritabanı parolası",
  "Database name" => "Veritabanı adı",
  "Database tablespace" => "Veritabanı tablo alanı",
  "Database host" => "Veritabanı sunucusu",
6d9380f96   Cédric Dupont   Update sources OC...
188
  "SQLite will be used as database. For larger installations we recommend to change this." => "Veritabanı olarak SQLite kullanılacak. Daha büyük kurulumlar için bunu değiştirmenizi öneririz.",
03e52840d   Kload   Init
189
  "Finish setup" => "Kurulumu tamamla",
6d9380f96   Cédric Dupont   Update sources OC...
190
191
192
  "Finishing …" => "Tamamlanıyor ...",
  "This application requires JavaScript to be enabled for correct operation.  Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface." => "Uygulama, doğru çalışabilmesi için JavaScript'in etkinleştirilmesini gerektiriyor. Lütfen <a href=\"http://enable-javascript.com/\" target=\"_blank\">JavaScript'i etkinleştirin</a> ve bu arayüzü yeniden yükleyin.",
  "%s is available. Get more information on how to update." => "%s kullanılabilir. Nasıl güncelleyeceğiniz hakkında daha fazla bilgi alın.",
03e52840d   Kload   Init
193
194
  "Log out" => "Çıkış yap",
  "Automatic logon rejected!" => "Otomatik oturum açma reddedildi!",
31b7f2792   Kload   Upgrade to ownclo...
195
196
197
  "If you did not change your password recently, your account may be compromised!" => "Yakın zamanda parolanızı değiştirmediyseniz hesabınız tehlikede olabilir!",
  "Please change your password to secure your account again." => "Hesabınızı tekrar güvene almak için lütfen parolanızı değiştirin.",
  "Server side authentication failed!" => "Sunucu taraflı yetkilendirme başarısız!",
6d9380f96   Cédric Dupont   Update sources OC...
198
199
  "Please contact your administrator." => "Lütfen sistem yöneticiniz ile iletişime geçin.",
  "Forgot your password? Reset it!" => "Parolanızı mı unuttunuz? Sıfırlayın!",
03e52840d   Kload   Init
200
201
202
  "remember" => "hatırla",
  "Log in" => "Giriş yap",
  "Alternative Logins" => "Alternatif Girişler",
6d9380f96   Cédric Dupont   Update sources OC...
203
  "Hey there,<br><br>just letting you know that %s shared <strong>%s</strong> with you.<br><a href=\"%s\">View it!</a><br><br>" => "Merhaba, <br><br>%s kullanıcısının sizinle <strong>%s</strong> paylaşımında bulunduğunu bildirmek istedik.<br><a href=\"%s\">Paylaşımı gör!</a><br><br>",
31b7f2792   Kload   Upgrade to ownclo...
204
205
206
207
  "This ownCloud instance is currently in single user mode." => "Bu ownCloud örneği şu anda tek kullanıcı kipinde.",
  "This means only administrators can use the instance." => "Bu, örneği sadece yöneticiler kullanabilir demektir.",
  "Contact your system administrator if this message persists or appeared unexpectedly." => "Eğer bu ileti görünmeye devam ederse veya beklenmedik şekilde ortaya çıkmışsa sistem yöneticinizle iletişime geçin.",
  "Thank you for your patience." => "Sabrınız için teşekkür ederiz.",
6d9380f96   Cédric Dupont   Update sources OC...
208
209
210
211
212
  "%s will be updated to version %s." => "%s, %s sürümüne güncellenecek.",
  "The following apps will be disabled:" => "Aşağıdaki uygulamalar devre dışı bırakılacak:",
  "The theme %s has been disabled." => "%s teması devre dışı bırakıldı.",
  "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." => "Devam etmeden önce lütfen veritabanının, yapılandırma ve veri klasörlerinin yedeklenmiş olduğundan emin olun.",
  "Start update" => "Güncellemeyi başlat",
31b7f2792   Kload   Upgrade to ownclo...
213
214
  "This ownCloud instance is currently being updated, which may take a while." => "Bu ownCloud örneği şu anda güncelleniyor, bu biraz zaman alabilir.",
  "Please reload this page after a short time to continue using ownCloud." => "ownCloud kullanmaya devam etmek için kısa bir süre sonra lütfen sayfayı yenileyin."
03e52840d   Kload   Init
215
  );
31b7f2792   Kload   Upgrade to ownclo...
216
  $PLURAL_FORMS = "nplurals=2; plural=(n > 1);";