1
0
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:
Marie
2025-02-07 06:00:49 +01:00
parent d6c4b728df
commit c889948f95
9 changed files with 142 additions and 0 deletions

14
locales/index.d.ts vendored
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;