diff --git a/generated/english.ts b/generated/english.ts index fd12c4d..c515a14 100644 --- a/generated/english.ts +++ b/generated/english.ts @@ -866,6 +866,25 @@ export const enSimpleNoArgs = { refundRequestOptions: 'Two ways to request a refund:', remindMeLater: 'Remind Me Later', remove: 'Remove', + serverUnbanUser: 'Unban User from Server', + globalUserUnbanFailed: 'Unban failed! Are you a global admin/mod?', + serverBanUser: 'Ban User from Server', + serverBanUserAndDeleteAll: 'Ban from Server and Delete All', + addUploadPermission: 'Allow sending attachments', + clearUploadPermission: 'Remove attachment exception', + userPermissionsChanged: 'Changed user permissions successfully', + failedToChangeUserPermissions: 'Failed to change user permissions', + globalUserBanFailed: 'Ban failed! Are you a global admin/mod?', + communityChangePermissions: 'Edit Permissions', + communityPermissionAccessDescription: 'Anyone can see the room (+a)', + communityPermissionAccessEnable: 'Enable room visibility', + communityPermissionReadDescription: 'Anyone can read messages (+r)', + communityPermissionReadEnable: 'Enable reading', + communityPermissionUploadDescription: 'Anyone can upload files (+u)', + communityPermissionUploadEnable: 'Enable uploads', + communityPermissionWriteDescription: 'Anyone can send messages (+w)', + communityPermissionWriteEnable: 'Enable writing', + communityChangePermissionsDescription: 'For compatibility reasons, we don\'t know which permissions were enabled to begin with, but you can set new values below regardless.', removePasswordFail: 'Failed to remove password', removePasswordModalDescription: 'Remove your current password for Session. Locally stored data will be re-encrypted with a randomly generated key, stored on your device.', renew: 'Renew', diff --git a/generated/locales.ts b/generated/locales.ts index 6930914..a252f1b 100644 --- a/generated/locales.ts +++ b/generated/locales.ts @@ -54,7 +54,7 @@ export type PluralForm = 'zero' | 'one' | 'two' | 'few' | 'many' | 'other'; export type PluralForms = Partial>; /** Token keys for simple strings without arguments */ -export type TokenSimpleNoArgs = +export type TokenSimpleNoArgs = 'about' | 'accept' | 'accountIDCopy' | @@ -1067,10 +1067,30 @@ export type TokenSimpleNoArgs = 'yourCpuIsUnsupportedSSE42' | 'yourRecoveryPassword' | 'zoomFactor' | - 'zoomFactorDescription'; + 'zoomFactorDescription'| + 'serverUnbanUser'| + 'globalUserUnbanFailed'| + 'serverBanUser'| + 'serverBanUserAndDeleteAll'| + 'addUploadPermission'| + 'clearUploadPermission'| + 'userPermissionsChanged'| + 'failedToChangeUserPermissions'| + 'globalUserBanFailed'| + 'communityChangePermissions'| + 'communityPermissionAccessDescription'| + 'communityPermissionAccessEnable'| + 'communityPermissionReadDescription'| + 'communityPermissionReadEnable'| + 'communityPermissionUploadDescription'| + 'communityPermissionUploadEnable'| + 'communityPermissionWriteDescription'| + 'communityPermissionWriteEnable' | + 'communityChangePermissionsDescription' + ; /** Token keys for simple strings with arguments */ -export type TokenSimpleWithArgs = +export type TokenSimpleWithArgs = 'accountIdShare' | 'adminMorePromotedToAdmin' | 'adminPromoteDescription' | @@ -1310,7 +1330,7 @@ export type TokenSimpleWithArgs = 'viaStoreWebsiteDescription'; /** Token keys for plural strings */ -export type TokenPluralWithArgs = +export type TokenPluralWithArgs = 'addAdmin' | 'adminSelected' | 'adminSendingPromotion' |