upd: show warning in control panel if users are awaiting approval
This commit is contained in:
parent
961d53d0f0
commit
6e2eabbbc9
4 changed files with 12 additions and 0 deletions
|
@ -922,6 +922,7 @@ recentNHours: "Last {n} hours"
|
|||
recentNDays: "Last {n} days"
|
||||
noEmailServerWarning: "Email server not configured."
|
||||
thereIsUnresolvedAbuseReportWarning: "There are unsolved reports."
|
||||
pendingUserApprovals: "There are users awaiting approval."
|
||||
recommended: "Recommended"
|
||||
check: "Check"
|
||||
driveCapOverrideLabel: "Change the drive capacity for this user"
|
||||
|
|
1
locales/index.d.ts
vendored
1
locales/index.d.ts
vendored
|
@ -925,6 +925,7 @@ export interface Locale {
|
|||
"recentNDays": string;
|
||||
"noEmailServerWarning": string;
|
||||
"thereIsUnresolvedAbuseReportWarning": string;
|
||||
"pendingUserApprovals": string;
|
||||
"recommended": string;
|
||||
"check": string;
|
||||
"driveCapOverrideLabel": string;
|
||||
|
|
|
@ -922,6 +922,7 @@ recentNHours: "直近{n}時間"
|
|||
recentNDays: "直近{n}日"
|
||||
noEmailServerWarning: "メールサーバーの設定がされていません。"
|
||||
thereIsUnresolvedAbuseReportWarning: "未対応の通報があります。"
|
||||
pendingUserApprovals: "承認待ちのユーザーがいる。"
|
||||
recommended: "推奨"
|
||||
check: "チェック"
|
||||
driveCapOverrideLabel: "このユーザーのドライブ容量上限を変更"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue