id.js 1.0 KB

1234567891011121314151617181920
  1. OC.L10N.register(
  2. "files_trashbin",
  3. {
  4. "Deleted files" : "Berkas yang dihapus",
  5. "restored" : "dipulihkan",
  6. "This application enables users to restore files that were deleted from the system." : "Aplikasi ini memungkinkan pengguna untuk memulihkan berkas terhapus dari sistem.",
  7. "Restore" : "Pulihkan",
  8. "Delete permanently" : "Hapus secara permanen",
  9. "This operation is forbidden" : "Operasi ini dilarang",
  10. "This directory is unavailable, please check the logs or contact the administrator" : "Direktori ini tidak tersedia, silakan periksa log atau hubungi kontak",
  11. "No deleted files" : "Tidak ada berkas yang dihapus",
  12. "You will be able to recover deleted files from here" : "Anda dapat memulihkan berkas yang dihapus dari sini",
  13. "No entries found in this folder" : "Tidak ada entri yang ditemukan dalam folder ini",
  14. "Select all" : "Pilih Semua",
  15. "Name" : "Nama",
  16. "Actions" : "Tindakan",
  17. "Deleted" : "Dihapus",
  18. "Delete" : "Hapus"
  19. },
  20. "nplurals=1; plural=0;");