diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-05-09 21:03:05 -0400 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-05-09 21:03:05 -0400 |
| commit | 56a8ff4f50f9a7c66218c8590da056c149e1187e (patch) | |
| tree | 9209d198cdd089c53fde84143df95cc757d652c2 /locales/index.d.ts | |
| parent | merge: Properly announce Accept-Ranges on Drive files (!1007) (diff) | |
| download | sharkey-56a8ff4f50f9a7c66218c8590da056c149e1187e.tar.gz sharkey-56a8ff4f50f9a7c66218c8590da056c149e1187e.tar.bz2 sharkey-56a8ff4f50f9a7c66218c8590da056c149e1187e.zip | |
add isFromInstance role condition
Diffstat (limited to 'locales/index.d.ts')
| -rw-r--r-- | locales/index.d.ts | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index 2c9e3e3890..9679cc3acf 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -7677,6 +7677,18 @@ export interface Locale extends ILocale { * ~ではない */ "not": string; + /** + * Is from a specific instance + */ + "isFromInstance": string; + /** + * Hostname (case-insensitive) + */ + "isFromInstanceHost": string; + /** + * Match subdomains + */ + "isFromInstanceSubdomains": string; }; }; "_sensitiveMediaDetection": { @@ -12949,7 +12961,7 @@ export interface Locale extends ILocale { "enableProxyAccountDescription": string; "_confirmPollEdit": { /** - * Are you sure you want to edit this poll? + * Are you sure you want to edit this poll */ "title": string; /** |