mirror of
https://github.com/nextcloud/server.git
synced 2025-01-15 23:59:16 +00:00
e872131ee5
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 lines
453 B
JavaScript
7 lines
453 B
JavaScript
OC.L10N.register(
|
|
"admin_audit",
|
|
{
|
|
"Auditing / Logging" : "حسابرسی / ورود به سیستم",
|
|
"Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "قابلیتهای ثبتنام را برای نکستکلود فراهم میکند، مانند ثبت دسترسی به فایلها یا اقدامات حساس دیگر."
|
|
},
|
|
"nplurals=2; plural=(n > 1);");
|