fix missing locale entry for import completed notification
This commit is contained in:
parent
b3c023f6cf
commit
5188453c19
2 changed files with 21 additions and 0 deletions
20
locales/index.d.ts
vendored
20
locales/index.d.ts
vendored
|
|
@ -6005,6 +6005,22 @@ export interface Locale extends ILocale {
|
|||
* New
|
||||
*/
|
||||
"new": string;
|
||||
/**
|
||||
* Restrict to roles
|
||||
*/
|
||||
"onlyForRoles": string;
|
||||
/**
|
||||
* Change role restrictions
|
||||
*/
|
||||
"onlyForRolesChange": string;
|
||||
/**
|
||||
* Shown to everyone
|
||||
*/
|
||||
"onlyForRolesUnrestricted": string;
|
||||
/**
|
||||
* Shown to members of {roles} roles
|
||||
*/
|
||||
"onlyForRolesRestricted": ParameterizedString<"roles">;
|
||||
/**
|
||||
* Throw confetti
|
||||
*/
|
||||
|
|
@ -10367,6 +10383,10 @@ export interface Locale extends ILocale {
|
|||
* Scheduled note was posted
|
||||
*/
|
||||
"scheduledNotePosted": string;
|
||||
/**
|
||||
* The import has been completed
|
||||
*/
|
||||
"importCompleted": string;
|
||||
};
|
||||
"_actions": {
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue