-
+
{{ i18n.ts._role._options.rateLimitFactor }}
{{ Math.floor(valuesModel.rateLimitFactor * 100) }}%
@@ -15,7 +15,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+
{{ i18n.ts._role._options.gtlAvailable }}
{{ valuesModel.gtlAvailable ? i18n.ts.yes : i18n.ts.no }}
@@ -25,7 +25,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+
{{ i18n.ts._role._options.ltlAvailable }}
{{ valuesModel.ltlAvailable ? i18n.ts.yes : i18n.ts.no }}
@@ -35,7 +35,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+
{{ i18n.ts._role._options.canPublicNote }}
{{ valuesModel.canPublicNote ? i18n.ts.yes : i18n.ts.no }}
@@ -45,7 +45,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+
{{ i18n.ts._role._options.chatAvailability }}
{{ valuesModel.chatAvailability === 'available' ? i18n.ts.yes : valuesModel.chatAvailability === 'readonly' ? i18n.ts.readonly : i18n.ts.no }}
@@ -63,7 +63,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+
{{ i18n.ts._role._options.mentionMax }}
{{ valuesModel.mentionLimit }}
@@ -72,7 +72,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+
{{ i18n.ts._role._options.canInvite }}
{{ valuesModel.canInvite ? i18n.ts.yes : i18n.ts.no }}
@@ -82,7 +82,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+
{{ i18n.ts._role._options.inviteLimit }}
{{ valuesModel.inviteLimit }}
@@ -91,7 +91,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+
{{ i18n.ts._role._options.inviteLimitCycle }}
{{ valuesModel.inviteLimitCycle + i18n.ts._time.minute }}
@@ -101,7 +101,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+
{{ i18n.ts._role._options.inviteExpirationTime }}
{{ valuesModel.inviteExpirationTime + i18n.ts._time.minute }}
@@ -111,7 +111,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+
{{ i18n.ts._role._options.canManageAvatarDecorations }}
{{ valuesModel.canManageAvatarDecorations ? i18n.ts.yes : i18n.ts.no }}
@@ -121,7 +121,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+
{{ i18n.ts._role._options.canManageCustomEmojis }}
{{ valuesModel.canManageCustomEmojis ? i18n.ts.yes : i18n.ts.no }}
@@ -131,7 +131,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+
{{ i18n.ts._role._options.canSearchNotes }}
{{ valuesModel.canSearchNotes ? i18n.ts.yes : i18n.ts.no }}
@@ -141,7 +141,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+
{{ i18n.ts._role._options.canSearchUsers }}
{{ valuesModel.canSearchUsers ? i18n.ts.yes : i18n.ts.no }}
@@ -151,7 +151,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+
{{ i18n.ts._role._options.canUseTranslator }}
{{ valuesModel.canUseTranslator ? i18n.ts.yes : i18n.ts.no }}
@@ -161,7 +161,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+
{{ i18n.ts._role._options.driveCapacity }}
{{ valuesModel.driveCapacityMb }}MB
@@ -171,7 +171,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+
{{ i18n.ts._role._options.maxFileSize }}
{{ valuesModel.maxFileSizeMb }}MB
@@ -184,7 +184,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+
{{ i18n.ts._role._options.uploadableFileTypes }}
...
@@ -197,7 +197,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+
{{ i18n.ts._role._options.alwaysMarkNsfw }}
{{ valuesModel.alwaysMarkNsfw ? i18n.ts.yes : i18n.ts.no }}
@@ -207,7 +207,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+
{{ i18n.ts._role._options.canUpdateBioMedia }}
{{ valuesModel.canUpdateBioMedia ? i18n.ts.yes : i18n.ts.no }}
@@ -217,7 +217,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+
{{ i18n.ts._role._options.pinMax }}
{{ valuesModel.pinLimit }}
@@ -226,7 +226,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+
{{ i18n.ts._role._options.antennaMax }}
{{ valuesModel.antennaLimit }}
@@ -235,7 +235,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+
{{ i18n.ts._role._options.wordMuteMax }}
{{ valuesModel.wordMuteLimit }}
@@ -245,7 +245,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+
{{ i18n.ts._role._options.webhookMax }}
{{ valuesModel.webhookLimit }}
@@ -254,7 +254,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+
{{ i18n.ts._role._options.clipMax }}
{{ valuesModel.clipLimit }}
@@ -263,7 +263,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+
{{ i18n.ts._role._options.noteEachClipsMax }}
{{ valuesModel.noteEachClipsLimit }}
@@ -272,7 +272,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+
{{ i18n.ts._role._options.userListMax }}
{{ valuesModel.userListLimit }}
@@ -281,7 +281,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+
{{ i18n.ts._role._options.userEachUserListsMax }}
{{ valuesModel.userEachUserListsLimit }}
@@ -290,7 +290,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+
{{ i18n.ts._role._options.canHideAds }}
{{ valuesModel.canHideAds ? i18n.ts.yes : i18n.ts.no }}
@@ -300,7 +300,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+
{{ i18n.ts._role._options.avatarDecorationLimit }}
{{ valuesModel.avatarDecorationLimit }}
@@ -309,7 +309,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+
{{ i18n.ts._role._options.canImportAntennas }}
{{ valuesModel.canImportAntennas ? i18n.ts.yes : i18n.ts.no }}
@@ -319,7 +319,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+
{{ i18n.ts._role._options.canImportBlocking }}
{{ valuesModel.canImportBlocking ? i18n.ts.yes : i18n.ts.no }}
@@ -329,7 +329,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+
{{ i18n.ts._role._options.canImportFollowing }}
{{ valuesModel.canImportFollowing ? i18n.ts.yes : i18n.ts.no }}
@@ -339,7 +339,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+
{{ i18n.ts._role._options.canImportMuting }}
{{ valuesModel.canImportMuting ? i18n.ts.yes : i18n.ts.no }}
@@ -349,7 +349,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+
{{ i18n.ts._role._options.canImportUserLists }}
{{ valuesModel.canImportUserLists ? i18n.ts.yes : i18n.ts.no }}
@@ -359,7 +359,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+
{{ i18n.ts._role._options.noteDraftLimit }}
{{ valuesModel.noteDraftLimit }}
@@ -368,7 +368,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+
{{ i18n.ts._role._options.scheduledNoteLimit }}
{{ valuesModel.scheduledNoteLimit }}
@@ -377,7 +377,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+
{{ i18n.ts._role._options.watermarkAvailable }}
{{ valuesModel.watermarkAvailable ? i18n.ts.yes : i18n.ts.no }}
diff --git a/packages/frontend/src/pages/admin/roles.vue b/packages/frontend/src/pages/admin/roles.vue
index 8bec0ed9b8..94fc75657a 100644
--- a/packages/frontend/src/pages/admin/roles.vue
+++ b/packages/frontend/src/pages/admin/roles.vue
@@ -18,9 +18,9 @@ SPDX-License-Identifier: AGPL-3.0-only