upd: show warning in control panel if users are awaiting approval

This commit is contained in:
Mar0xy 2023-10-18 23:39:48 +02:00
parent 961d53d0f0
commit 6e2eabbbc9
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
4 changed files with 12 additions and 0 deletions

View file

@ -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
View file

@ -925,6 +925,7 @@ export interface Locale {
"recentNDays": string;
"noEmailServerWarning": string;
"thereIsUnresolvedAbuseReportWarning": string;
"pendingUserApprovals": string;
"recommended": string;
"check": string;
"driveCapOverrideLabel": string;

View file

@ -922,6 +922,7 @@ recentNHours: "直近{n}時間"
recentNDays: "直近{n}日"
noEmailServerWarning: "メールサーバーの設定がされていません。"
thereIsUnresolvedAbuseReportWarning: "未対応の通報があります。"
pendingUserApprovals: "承認待ちのユーザーがいる。"
recommended: "推奨"
check: "チェック"
driveCapOverrideLabel: "このユーザーのドライブ容量上限を変更"