add: locales for approval feature
This commit is contained in:
Vendored
+10
@@ -145,6 +145,7 @@ export interface Locale {
|
||||
"blockConfirm": string;
|
||||
"unblockConfirm": string;
|
||||
"suspendConfirm": string;
|
||||
"approveConfirm": string;
|
||||
"unsuspendConfirm": string;
|
||||
"selectList": string;
|
||||
"editList": string;
|
||||
@@ -869,6 +870,7 @@ export interface Locale {
|
||||
"on": string;
|
||||
"off": string;
|
||||
"emailRequiredForSignup": string;
|
||||
"approvalRequiredForSignup": string;
|
||||
"unread": string;
|
||||
"filter": string;
|
||||
"controlPanel": string;
|
||||
@@ -927,6 +929,11 @@ export interface Locale {
|
||||
"isSystemAccount": string;
|
||||
"typeToConfirm": string;
|
||||
"deleteAccount": string;
|
||||
"approveAccount": string;
|
||||
"denyAccount": string;
|
||||
"approved": string;
|
||||
"notApproved": string;
|
||||
"approvalStatus": string;
|
||||
"document": string;
|
||||
"numberOfPageCache": string;
|
||||
"numberOfPageCacheDescription": string;
|
||||
@@ -1018,6 +1025,7 @@ export interface Locale {
|
||||
"disableFederationConfirmWarn": string;
|
||||
"disableFederationOk": string;
|
||||
"invitationRequiredToRegister": string;
|
||||
"approvalRequiredToRegister": string;
|
||||
"emailNotSupported": string;
|
||||
"postToTheChannel": string;
|
||||
"cannotBeChangedLater": string;
|
||||
@@ -1627,6 +1635,8 @@ export interface Locale {
|
||||
"almostThere": string;
|
||||
"emailAddressInfo": string;
|
||||
"emailSent": string;
|
||||
"approvalPending": string;
|
||||
"reasonInfo": string;
|
||||
};
|
||||
"_accountDelete": {
|
||||
"accountDelete": string;
|
||||
|
||||
Reference in New Issue
Block a user