mirror of
https://git.boykissers.com/pawkey/pawkey-sk.git
synced 2025-12-20 04:04:16 +00:00
feat: Add generation of keys to admin page
This commit is contained in:
14
locales/index.d.ts
vendored
14
locales/index.d.ts
vendored
@@ -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