mirror of
https://github.com/nextcloud/server.git
synced 2026-06-29 12:24:50 +02:00
5ce7336a1b
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
8 lines
534 B
JavaScript
8 lines
534 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 % 10 == 1 && n % 100 != 11) ? 0 : 1;");
|