diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-06-01 20:52:12 +0000 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-06-01 20:52:12 +0000 |
| commit | 89a32041aa9e7d7c438fb483de3fa0191621b8a3 (patch) | |
| tree | 16515b1838284ff319a4aed26115900c66040fba /locales | |
| parent | merge: Use secureResolve for Actor collections (resolves #1087) (!1087) (diff) | |
| parent | check permission in frontend before display trending polls (diff) | |
| download | sharkey-89a32041aa9e7d7c438fb483de3fa0191621b8a3.tar.gz sharkey-89a32041aa9e7d7c438fb483de3fa0191621b8a3.tar.bz2 sharkey-89a32041aa9e7d7c438fb483de3fa0191621b8a3.zip | |
merge: Overhaul trending polls (!1022)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1022
Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <github@yuugi.dev>
Diffstat (limited to 'locales')
| -rw-r--r-- | locales/index.d.ts | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index d4c8eb6ca2..46bd9d04ed 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -13078,6 +13078,26 @@ export interface Locale extends ILocale { */ "popularUsersLocal": ParameterizedString<"name">; /** + * Polls trending on {name} + */ + "pollsOnLocal": ParameterizedString<"name">; + /** + * Polls trending on the global network + */ + "pollsOnRemote": string; + /** + * Polls that have ended recently + */ + "pollsExpired": string; + /** + * Trending polls are disabled on this instance. + */ + "trendingPollsDisabled": string; + /** + * Please log in to view trending polls. + */ + "trendingPollsDisabledLogIn": string; + /** * Silenced */ "silenced": string; |