upd: show warning in control panel if users are awaiting approval
This commit is contained in:
@@ -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"
|
||||
|
||||
Vendored
+1
@@ -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: "このユーザーのドライブ容量上限を変更"
|
||||
|
||||
Reference in New Issue
Block a user