tr.js 1.6 KB

123456789101112131415161718192021
  1. OC.L10N.register(
  2. "updatenotification",
  3. {
  4. "Update notifications" : "Bildirimleri güncelle",
  5. "{version} is available. Get more information on how to update." : "Sürüm {version} hazır. Nasıl güncelleyeceğinizle ilgili daha fazla bilgi alın.",
  6. "Updated channel" : "Kanal güncellendi",
  7. "Nextcloud core" : "Nextcloud çekirdeği",
  8. "Update for %1$s to version %2$s is available." : "%1$s sürümünden %2$s sürümüne güncelleme mevcut.",
  9. "A new version is available: %s" : "Yeni bir sürüm mevcut: %s",
  10. "Open updater" : "Güncelleyiciyi aç",
  11. "Your version is up to date." : "Sürümünüz güncel.",
  12. "Checked on %s" : "Son denetlenme: %s",
  13. "Update channel:" : "Güncelleme kanalı:",
  14. "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Her zaman yeni / deneysel bir sürüme güncelleyebilirsiniz, ancak daha düşük bir kararlı sürüme düşüremezsiniz.",
  15. "Notify members of the following groups about available updates:" : "Aşağıdaki grupların üyelerini mevcut güncellelemeler hakkında bilgilendir:",
  16. "Only notification for app updates are available." : "Sadece uygulama bildirim güncellemeleri var.",
  17. "The selected update channel makes dedicated notifications for the server obsolete." : "Seçilen güncelleme kanalı sunucusnun eski olduğu bildirimine sahip.",
  18. "The selected update channel does not support updates of the server." : "Seçilen güncelleme nakalı sunucunun güncellemelerini desteklemiyor.",
  19. "Updater" : "Güncelleyici"
  20. },
  21. "nplurals=2; plural=(n > 1);");