diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-06-01 17:59:16 +0000 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-06-01 17:59:16 +0000 |
| commit | 8894578b2a0ff30e8b61673f7c079f7f70b684c0 (patch) | |
| tree | 616f109ef5f0ee44cd0cd0e6488a6819299df586 /locales | |
| parent | merge: Increase default "max file size" role policy (resolves #1083) (!1078) (diff) | |
| parent | fix lint error in admin-user.vue (diff) | |
| download | sharkey-8894578b2a0ff30e8b61673f7c079f7f70b684c0.tar.gz sharkey-8894578b2a0ff30e8b61673f7c079f7f70b684c0.tar.bz2 sharkey-8894578b2a0ff30e8b61673f7c079f7f70b684c0.zip | |
merge: Instance admin UX improvements (!1059)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1059
Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <github@yuugi.dev>
Diffstat (limited to 'locales')
| -rw-r--r-- | locales/index.d.ts | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index f7944c2311..d4c8eb6ca2 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -13137,6 +13137,54 @@ export interface Locale extends ILocale { * Timeout in milliseconds for translation API requests. */ "translationTimeoutCaption": string; + /** + * Following (Pub) + */ + "followingPub": string; + /** + * Followers (Sub) + */ + "followersSub": string; + /** + * Well-known resources + */ + "wellKnownResources": string; + /** + * Last posted: {at} + */ + "lastPosted": ParameterizedString<"at">; + /** + * NSFW + */ + "nsfw": string; + /** + * Raw + */ + "raw": string; + /** + * CW + */ + "cw": string; + /** + * Media Silenced + */ + "mediaSilenced": string; + /** + * Bubble + */ + "bubble": string; + /** + * Verified + */ + "verified": string; + /** + * Not Verified + */ + "notVerified": string; + /** + * Hibernated + */ + "hibernated": string; } declare const locales: { [lang: string]: Locale; |