feat: Add generation of keys to admin page
This commit is contained in:
Vendored
+14
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user