mirror of
https://github.com/nextcloud/server.git
synced 2025-02-07 18:09:45 +00:00
7 lines
560 B
JavaScript
7 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);");
|