mirror of
https://github.com/nextcloud/server.git
synced 2026-06-24 12:24:39 +02:00
c63ef4a2d5
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
8 lines
553 B
JavaScript
8 lines
553 B
JavaScript
OC.L10N.register(
|
|
"admin_audit",
|
|
{
|
|
"Auditing / Logging" : "การตรวจสอบ / บันทึก",
|
|
"Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "ให้ความสามารถในการบันทึก (logging) สำหรับ Nextcloud เช่น การบันทึกการเข้าถึงไฟล์ หรือการดำเนินการที่ละเอียดอ่อน"
|
|
},
|
|
"nplurals=1; plural=0;");
|