mirror of
https://github.com/nextcloud/server.git
synced 2024-12-29 00:18:42 +00:00
fef721e641
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
20 lines
820 B
JavaScript
20 lines
820 B
JavaScript
OC.L10N.register(
|
|
"files_trashbin",
|
|
{
|
|
"restored" : "dipulihkan",
|
|
"Deleted files" : "Berkas yang dihapus",
|
|
"Restore" : "Pulihkan",
|
|
"Unknown" : "Tidak diketahui",
|
|
"All files" : "Semua berkas",
|
|
"Deleted" : "Dihapus",
|
|
"Cancel" : "Batal",
|
|
"No deleted files" : "Tidak ada berkas yang dihapus",
|
|
"This application enables users to restore files that were deleted from the system." : "Aplikasi ini memungkinkan pengguna untuk memulihkan berkas terhapus dari sistem.",
|
|
"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"
|
|
},
|
|
"nplurals=1; plural=0;");
|