Welcome to mirror list, hosted at ThFree Co, Russian Federation.

id.js « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4caff2576b10c757a37f9978e2b43aca9326bd79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
OC.L10N.register(
    "files_trashbin",
    {
    "Deleted files" : "Berkas yang dihapus",
    "restored" : "dipulihkan",
    "This application enables users to restore files that were deleted from the system." : "Aplikasi ini memungkinkan pengguna untuk memulihkan berkas terhapus dari sistem.",
    "Restore" : "Pulihkan",
    "Delete permanently" : "Hapus secara permanen",
    "This operation is forbidden" : "Operasi ini dilarang",
    "This directory is unavailable, please check the logs or contact the administrator" : "Direktori ini tidak tersedia, silakan periksa log atau hubungi kontak",
    "No deleted files" : "Tidak ada berkas yang dihapus",
    "You will be able to recover deleted files from here" : "Anda dapat memulihkan berkas yang dihapus dari sini",
    "No entries found in this folder" : "Tidak ada entri yang ditemukan dalam folder ini",
    "Select all" : "Pilih Semua",
    "Name" : "Nama",
    "Actions" : "Tindakan",
    "Deleted" : "Dihapus",
    "Delete" : "Hapus",
    "Error while restoring file from trashbin" : "Galat memulihkan berkas dari keranjang sampah",
    "Error while removing file from trashbin" : "Galat menghapus berkas dari keranjang sampah",
    "Error while restoring files from trashbin" : "Galat memulihkan berkas dari keranjang sampah",
    "Error while emptying trashbin" : "Galat mengosongkan keranjang sampah",
    "Error while removing files from trashbin" : "Galat menghapus berkas dari keranjang sampah"
},
"nplurals=1; plural=0;");