add poll edit warning

This commit is contained in:
Marie 2025-05-08 19:47:18 +02:00
parent 17a9b08f54
commit b753b2ea3a
No known key found for this signature in database
GPG key ID: 7ADF6C9CD9A28555
3 changed files with 25 additions and 0 deletions

10
locales/index.d.ts vendored
View file

@ -12947,6 +12947,16 @@ export interface Locale extends ILocale {
* If disabled, then the proxy account will not be used. User lists will only include notes from local or followed users.
*/
"enableProxyAccountDescription": string;
"_confirmPollEdit": {
/**
* Are you sure you want to edit this poll?
*/
"title": string;
/**
* Editing this poll will cause it to lose all previous votes
*/
"text": string;
};
}
declare const locales: {
[lang: string]: Locale;