Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions generated/english.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
28 changes: 24 additions & 4 deletions generated/locales.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export type PluralForm = 'zero' | 'one' | 'two' | 'few' | 'many' | 'other';
export type PluralForms = Partial<Record<PluralForm, string>>;

/** Token keys for simple strings without arguments */
export type TokenSimpleNoArgs =
export type TokenSimpleNoArgs =
'about' |
'accept' |
'accountIDCopy' |
Expand Down Expand Up @@ -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' |
Expand Down Expand Up @@ -1310,7 +1330,7 @@ export type TokenSimpleWithArgs =
'viaStoreWebsiteDescription';

/** Token keys for plural strings */
export type TokenPluralWithArgs =
export type TokenPluralWithArgs =
'addAdmin' |
'adminSelected' |
'adminSendingPromotion' |
Expand Down