fix missing locale entry for import completed notification

This commit is contained in:
bunnybeam 2025-09-29 14:46:57 +01:00
parent b3c023f6cf
commit 5188453c19
No known key found for this signature in database
2 changed files with 21 additions and 0 deletions

20
locales/index.d.ts vendored
View file

@ -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": {
/**