nextcloud/apps/theming/l10n/tr.js

50 lines
3.4 KiB
JavaScript
Raw Normal View History

2017-03-22 04:07:53 +03:00
OC.L10N.register(
"theming",
{
2017-05-01 03:07:32 +03:00
"Loading preview…" : "Önizleme yükleniyor...",
2017-04-30 03:07:21 +03:00
"Saved" : "Kaydedildi",
2017-03-22 04:07:53 +03:00
"Admin" : "Yönetici",
"a safe home for all your data" : "verileriniz için güvenli bir barınak",
2018-03-02 04:12:16 +03:00
"Name cannot be empty" : "Ad boş olamaz",
2017-03-22 04:07:53 +03:00
"The given name is too long" : "Belirtilen ad çok uzun",
"The given web address is too long" : "Belirtilen web adresi çok uzun",
"The given slogan is too long" : "Belirtilen slogan çok uzun",
"The given color is invalid" : "Belirtilen renk geçersiz",
2018-03-26 03:13:15 +03:00
"The file was uploaded" : "Dosya yüklendi",
2017-10-21 03:08:26 +03:00
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Yüklenen dosya php.ini dosyasındaki yüklenebilecek dosya boyutunu belirten upload_max_filesize değişkeninin değerini aşıyor",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Yüklenen dosya HTML formundaki yüklenebilecek dosya boyutunu belirten MAX_FILE_SIZE değişkeninin değerini aşıyor",
2018-03-14 04:11:29 +03:00
"The file was only partially uploaded" : "Dosyanın yalnız bir bölümü yüklendi",
2017-10-21 03:08:26 +03:00
"No file was uploaded" : "Herhangi bir dosya yüklenmedi",
"Missing a temporary folder" : "Geçici klasör bulunamadı",
2018-03-26 03:13:15 +03:00
"Could not write file to disk" : "Dosya diske yazılamadı",
"A PHP extension stopped the file upload" : "Bir PHP eklentisi dosyanın yüklenmesini engelledi",
2017-03-22 04:07:53 +03:00
"No file uploaded" : "Herhangi bir dosya yüklenmemiş",
"Unsupported image type" : "Görsel türü desteklenmiyor",
2018-03-30 03:11:34 +03:00
"You are already using a custom theme. Theming app settings might be overwritten by that." : "Zaten özel bir tema kullanıyorsunuz. Tema uygulaması ayarları bu değer ile değiştirilebilir.",
2017-03-22 04:07:53 +03:00
"Theming" : "Tema",
2017-05-01 03:07:32 +03:00
"Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Temalar kullandığınız kopyanın ve desteklenen istemcilerin genel görünümün kolayca değiştirilmesini sağlar. Tüm kullanıcılara görüntülenir.",
2017-03-22 04:07:53 +03:00
"Name" : "Ad",
2017-05-24 03:08:22 +03:00
"Reset to default" : "Varsayılana Sıfırla",
2017-03-22 04:07:53 +03:00
"Web address" : "Web adresi",
"Web address https://…" : "Web adresi https://...",
"Slogan" : "Slogan",
"Color" : "Renk",
"Logo" : "Logo",
"Upload new logo" : "Yeni logo yükle",
"Login image" : "Oturum açma görseli",
"Upload new login background" : "Yeni oturum açma art alanı yükle",
2017-05-10 03:08:31 +03:00
"Remove background image" : "Art alan görselini kaldır",
2018-04-27 03:11:53 +03:00
"Advanced options" : "Gelişmiş ayarlar",
"Header logo" : "Üst bilgi logosu",
"Upload new header logo" : "Yeni üst bilgi logosu yükle",
"Favicon" : "Favicon",
2017-11-12 04:10:00 +03:00
"Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Yüklenen logo ve renge göre otomatik olarak favicon üretilmesi için Imagemagick PHP eklentisini SVG desteği ile kurun.",
2018-03-28 03:21:16 +03:00
"You are already using a custom theme" : "Zaten özel bir tema kullanıyorsunuz",
2018-03-12 04:12:21 +03:00
"reset to default" : "varsayılana dön",
2018-03-21 04:11:55 +03:00
"There is no error, the file uploaded with success" : "Herhangi bir sorun yok, dosya yüklendi",
"The uploaded file was only partially uploaded" : "Dosyanın yalnızca bir bölümü yüklenebildi",
"Failed to write file to disk." : "Dosya diske yazılamadı.",
"A PHP extension stopped the file upload." : "Bir PHP eklentisi dosyanın yüklenmesini engelledi."
2017-03-22 04:07:53 +03:00
},
"nplurals=2; plural=(n > 1);");