您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. OC.L10N.register(
  2. "theming",
  3. {
  4. "Loading preview…" : "Ön izleme yükleniyor …",
  5. "Saved" : "Kaydedildi",
  6. "Admin" : "Yönetici",
  7. "a safe home for all your data" : "verileriniz için güvenli bir barınak",
  8. "Name cannot be empty" : "Ad boş olamaz",
  9. "The given name is too long" : "Belirtilen ad çok uzun",
  10. "The given web address is too long" : "Belirtilen web adresi çok uzun",
  11. "The given web address is not a valid URL" : "Belirtilen web adresi geçersiz",
  12. "The given legal notice address is too long" : "Belirtilen yasal bildirim adresi çok uzun",
  13. "The given legal notice address is not a valid URL" : "Belirtilen yasal bildirim adresi geçersiz",
  14. "The given privacy policy address is too long" : "Belirtilen kişisel gizliliğin korunması ilkesi adresi çok uzun",
  15. "The given privacy policy address is not a valid URL" : "Belirtilen gizlilik ilkesi adresi geçersiz",
  16. "The given slogan is too long" : "Belirtilen slogan çok uzun",
  17. "The given color is invalid" : "Belirtilen renk geçersiz",
  18. "The file was uploaded" : "Dosya yüklendi",
  19. "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",
  20. "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",
  21. "The file was only partially uploaded" : "Dosyanın yalnız bir bölümü yüklendi",
  22. "No file was uploaded" : "Herhangi bir dosya yüklenmedi",
  23. "Missing a temporary folder" : "Geçici klasör bulunamadı",
  24. "Could not write file to disk" : "Dosya diske yazılamadı",
  25. "A PHP extension stopped the file upload" : "Bir PHP eklentisi dosyanın yüklenmesini engelledi",
  26. "No file uploaded" : "Henüz bir dosya yüklenmemiş",
  27. "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.",
  28. "Theming" : "Tema",
  29. "Legal notice" : "Yasal bildirim",
  30. "Privacy policy" : "Kişisel gizliliğin korunması ilkesi",
  31. "Adjust the Nextcloud theme" : "Nextcloud temasını ayarla",
  32. "Open documentation" : "Belgeleri aç",
  33. "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.",
  34. "Name" : "Ad",
  35. "Reset to default" : "Varsayılanlara dön",
  36. "Web link" : "Web bağlantısı",
  37. "https://…" : "https://…",
  38. "Slogan" : "Slogan",
  39. "Color" : "Renk",
  40. "Logo" : "Logo",
  41. "Upload new logo" : "Yeni logo yükle",
  42. "Login image" : "Oturum açma görseli",
  43. "Upload new login background" : "Yeni oturum açma arka planı yükle",
  44. "Remove background image" : "Arka plan görselini kaldır",
  45. "Advanced options" : "Gelişmiş ayarlar",
  46. "Legal notice link" : "Yasal bildirim bağlantısı",
  47. "Privacy policy link" : "Kişisel gizlilik ilkesi bağlantısı",
  48. "Header logo" : "Üst bilgi logosu",
  49. "Upload new header logo" : "Yeni üst bilgi logosu yükle",
  50. "Favicon" : "Favicon",
  51. "Upload new favicon" : "Yeni favicon yükle",
  52. "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."
  53. },
  54. "nplurals=2; plural=(n > 1);");