id.js 1.5 KB

123456789101112131415161718192021
  1. OC.L10N.register(
  2. "updatenotification",
  3. {
  4. "Update notifications" : "Perbarui pemberitahuan",
  5. "{version} is available. Get more information on how to update." : "{version} tersedia. Dapatkan informasi lebih lanjut cara memperbaruinya.",
  6. "Updated channel" : "Kanal diperbarui",
  7. "Nextcloud core" : "Nextcloud core",
  8. "Update for %1$s to version %2$s is available." : "Pembaruan untuk %1$s ke versi %2$s tersedia.",
  9. "A new version is available: %s" : "Versi baru tersedia: %s",
  10. "Open updater" : "Buka pembaruan",
  11. "Your version is up to date." : "Versi Anda saat ini adalah yang terbaru.",
  12. "Checked on %s" : "Dicek pada %s",
  13. "Update channel:" : "Saluran update:",
  14. "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Anda dapat memperbarui ke versi yang lebih baru / saluran percobaan. Namun Anda tidak dapat menurunkan ke saluran stabil.",
  15. "Notify members of the following groups about available updates:" : "Beritahu anggota grup tentang pembaruan yang tersedia:",
  16. "Only notification for app updates are available." : "Hanya pemberitahuan untuk pembaruan aplikasi tersedia.",
  17. "The selected update channel makes dedicated notifications for the server obsolete." : "Kanal pembaruan yang terpilih membuat pemberitahuan terdedikasi untuk server usang.",
  18. "The selected update channel does not support updates of the server." : "Kanal pembaruan yang terpilih tidak mendukung pembaruan server.",
  19. "Updater" : "Pengupdate"
  20. },
  21. "nplurals=1; plural=0;");