summaryrefslogtreecommitdiff
path: root/locales
diff options
context:
space:
mode:
authorHazelnoot <acomputerdog@gmail.com>2025-05-09 21:03:05 -0400
committerHazelnoot <acomputerdog@gmail.com>2025-05-09 21:03:05 -0400
commit56a8ff4f50f9a7c66218c8590da056c149e1187e (patch)
tree9209d198cdd089c53fde84143df95cc757d652c2 /locales
parentmerge: Properly announce Accept-Ranges on Drive files (!1007) (diff)
downloadsharkey-56a8ff4f50f9a7c66218c8590da056c149e1187e.tar.gz
sharkey-56a8ff4f50f9a7c66218c8590da056c149e1187e.tar.bz2
sharkey-56a8ff4f50f9a7c66218c8590da056c149e1187e.zip
add isFromInstance role condition
Diffstat (limited to 'locales')
-rw-r--r--locales/index.d.ts14
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;
/**