mirror of
https://github.com/nextcloud/server.git
synced 2026-06-24 12:24:39 +02:00
97adb26cd9
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
8 lines
560 B
JavaScript
8 lines
560 B
JavaScript
OC.L10N.register(
|
|
"admin_audit",
|
|
{
|
|
"Auditing / Logging" : "აუდიტი / ჟურნალი",
|
|
"Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "იძლევა ჟურნალის შესაძლებლობებს Nextcloud-ისთვის, როგორიცაა ფაილებზე წვდომის ან სხვა მგრძნობიარე ქმედებების ჩაწერა."
|
|
},
|
|
"nplurals=2; plural=(n!=1);");
|