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