From 78d8723d0cc8c726cc02dd41439f1c7e2a50136d Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Wed, 21 Dec 2022 02:30:14 +0000 Subject: Fix(l10n): 🔠 Update translations from Transifex MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nextcloud bot --- lib/l10n/tr.js | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'lib/l10n/tr.js') diff --git a/lib/l10n/tr.js b/lib/l10n/tr.js index 10102c9d8ce..dcf7ad5a400 100644 --- a/lib/l10n/tr.js +++ b/lib/l10n/tr.js @@ -263,32 +263,12 @@ OC.L10N.register( "Storage connection error. %s" : "Depolama bağlantısı sorunu. %s", "Storage is temporarily not available" : "Depolama geçici olarak kullanılamıyor", "Storage connection timeout. %s" : "Depolama bağlantısı zaman aşımı. %s", - "This can usually be fixed by giving the webserver write access to the config directory." : "Bu sorun genellikle, web sunucusuna config klasörüne yazma izni verilerek çözülebilir.", "%s enter the database username and name." : "%s veritabanı adını ve kullanıcı adını yazın.", "%s enter the database username." : "%s veritabanı kullanıcı adını yazın.", "%s enter the database name." : "%s veritabanı adını yazın.", "%s you may not use dots in the database name" : "%s veritabanı adında nokta kullanamayabilirsiniz", "It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "Bu %s kopyası 32 bit PHP ortamında çalıştırılıyor ve open_basedir seçeneği php.ini dosyasından ayarlanmış gibi görünüyor. Bu yapılandırma 4 GB boyutundan büyük dosyalarda sorun çıkarır ve kullanılması önerilmez.", "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Lütfen php.ini dosyasındaki open_basedir ayarını kaldırın ya da 64-bit PHP sürümüne geçin.", - "The user limit has been reached and the user was not created." : "Kullanıcı sayısı sınırına ulaşıldığından kullanıcı eklenemedi.", - "Cannot read file" : "Dosya okunamadı", - "Cannot write into \"config\" directory" : "\"config\" klasörüne yazılamıyor", - "This can usually be fixed by giving the webserver write access to the config directory. See %s" : "Bu sorun genellikle, web sunucusuna config klasörüne yazma izni verilerek çözülebilir. %s bölümüne bakın", - "Cannot write into \"apps\" directory" : "\"apps\" klasörüne yazılamıyor", - "This can usually be fixed by giving the webserver write access to the apps directory or disabling the App Store in the config file." : "Bu sorun genellikle, web sunucusuna apps klasörüne yazma izni verilerek ya da yapılandırma dosyasından Uygulama Mağazası devre dışı bırakılarak çözülebilir.", - "Cannot create \"data\" directory" : "\"data\" klasörü oluşturulamadı", - "This can usually be fixed by giving the webserver write access to the root directory. See %s" : "Bu sorun genellikle, web sunucusuna kök klasöre yazma izni verilerek çözülebilir. %s bölümüne bakın", - "Permissions can usually be fixed by giving the webserver write access to the root directory. See %s." : "İzinler genellikle, web sunucusuna kök klasöre yazma izni verilerek düzeltilebilir. %s bölümüne bakın.", - "Setting locale to %s failed" : "Dil %s olarak ayarlanamadı", - "Please install one of these locales on your system and restart your webserver." : "Lütfen bu dillerden birini sisteminize kurun ve web sunucunuzu yeniden başlatın.", - "mbstring.func_overload is set to \"%s\" instead of the expected value \"0\"" : "mbstring.func_overload, beklenen \"0\" değeri yerine \"%s\" olarak ayarlanmış", - "To fix this issue set mbstring.func_overload to 0 in your php.ini" : "Bu sorunu çözmek için php.ini dosyasındaki mbstring.func_overload seçeneğini 0 olarak ayarlayın", - "PostgreSQL >= 9 required" : "PostgreSQL >= 9 gerekli", - "Please upgrade your database version" : "Lütfen veritabanı sürümünüzü yükseltin", - "Your data directory is readable by other users" : "Veri klasörünüz diğer kullanıcılar tarafından okunabilir", - "Your data directory must be an absolute path" : "Veri klasörünüz mutlak bir yol olmalıdır", - "Check the value of \"datadirectory\" in your configuration" : "Yapılandırmanızdaki \"datadirectory\" seçeneğini denetleyin", - "Your data directory is invalid" : "Veri klasörünüz geçersiz", "The user limit has been reached and the user was not created. Check your notifications to learn more." : "Kullanıcı sayısı sınırına ulaşıldığından kullanıcı eklenemedi. Ayrıntılı bilgi almak için bildirimlerinize bakın." }, "nplurals=2; plural=(n > 1);"); -- cgit v1.2.3