1
0

feat: Add generation of keys to admin page

This commit is contained in:
Marie
2025-02-07 06:00:49 +01:00
parent d6c4b728df
commit c889948f95
9 changed files with 142 additions and 0 deletions
+14
View File
@@ -11668,6 +11668,20 @@ export interface Locale extends ILocale {
*/
"parentDefault": string;
};
/**
* Generate Keys
*/
"genKeys": string;
"_genKeysDialog": {
/**
* Are you sure that you want to generate new keys?
*/
"text": string;
/**
* Generate new keys
*/
"title": string;
};
}
declare const locales: {
[lang: string]: Locale;