translation changes

This commit is contained in:
jubitjohn 2023-07-12 09:59:15 +05:30
parent 7826c345e1
commit 52a9f1e339
4 changed files with 4 additions and 7 deletions

View file

@ -355,11 +355,10 @@
"INSTALL": "Install",
"SHARING_DETAILS": "Sharing details",
"MODIFY_SHARING": "Modify sharing",
"ADD_COLLABORATOR": "Add collaborators",
"ADD_COLLABORATORS": "Add collaborators",
"ADD_NEW_EMAIL": "Add a new email",
"SHARE_WITH_PEOPLE":"Share with specific people",
"ADD_VIEWERS":"Add viewers",
"ADD_VIEWER": "Add viewer",
"PARTICIPANTS": " Participants",
"CHANGE_PERMISSIONS_TO_VIEWER": "<p>{{selectedEmail}} will not be able to add more photos to the album</p> <p>They will still be able to remove photos added by them</p>",
"CHANGE_PERMISSIONS_TO_COLLABORATOR": "{{selectedEmail}} will be able to add photos to the album",
@ -377,8 +376,6 @@
"VIEWERS": "Viewers",
"OR_ADD_EXISTING": "or an add existing one",
"REMOVE_PARTICIPANT_MESSAGE": "<p>{{selectedEmail}} will be removed from the album</p> <p>Any photos added by them will also be removed from the album</p>",
"NOT_FOUND": "404 - not found",
"LINK_EXPIRED": "Link expired",
"LINK_EXPIRED_MESSAGE": "This link has either expired or been disabled!",

View file

@ -94,7 +94,7 @@ export default function CollabEmailShare({ collection, onClose }) {
optionsList={updatedOptionsList}
placeholder={t('ENTER_EMAIL')}
fieldType="email"
buttonText={t('ADD_COLLABORATOR')}
buttonText={t('ADD_COLLABORATORS')}
submitButtonProps={{
size: 'large',
sx: { mt: 1, mb: 2 },

View file

@ -37,7 +37,7 @@ export default function ManageAddCollabOptions({
<Stack spacing={'4px'} py={'12px'}>
<Titlebar
onClose={onClose}
title={t('ADD_COLLABORATOR')}
title={t('ADD_COLLABORATORS')}
onRootClose={onRootClose}
caption={collection.name}
/>

View file

@ -23,7 +23,7 @@ export default function ManageAddCollab({ collection, onRootClose }: Iprops) {
<EnteMenuItem
startIcon={<AddIcon />}
onClick={openManageShare}
label={t('ADD_COLLABORATOR')}
label={t('ADD_COLLABORATORS')}
/>
</MenuItemGroup>
</Stack>