0
0
mirror of https://github.com/nextcloud/server.git synced 2024-12-29 00:18:42 +00:00
nextcloud_server/apps/files_trashbin/l10n/id.js
Nextcloud bot fef721e641
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-12-13 00:21:04 +00:00

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;");