Fix resource translation

This commit is contained in:
Paulo Gustavo Veiga 2022-02-05 14:50:06 -08:00
parent a9edf899b7
commit c468899293
6 changed files with 9 additions and 9 deletions
packages/webapp
lang
src
compiled-lang
components/maps-page
account-menu/account-info-dialog
action-dispatcher/share-dialog

@ -460,7 +460,7 @@
"defaultMessage": "Delete collaborator"
},
"share.delete-description": {
"defaultMessage": "Invite people to collaborate with you in the creation of your midnmap. They will be notified by email."
"defaultMessage": "Invite people to collaborate with you in the creation of your mindmap. They will be notified by email."
},
"share.delete-title": {
"defaultMessage": "Share with people"

@ -364,7 +364,7 @@
"defaultMessage": "Vista"
},
"menu.account": {
"defaultMessage": "Cuenta"
"defaultMessage": "Información de cuenta"
},
"menu.change-password": {
"defaultMessage": "Cambia la contraseña"
@ -451,16 +451,16 @@
"defaultMessage": "Agregar mensaje"
},
"share.can-edit": {
"defaultMessage": "Poder editar"
"defaultMessage": "Puede editar"
},
"share.can-view": {
"defaultMessage": "Puedo ver"
"defaultMessage": "Puede ver"
},
"share.delete": {
"defaultMessage": "Eliminar colaborador"
},
"share.delete-description": {
"defaultMessage": "Invita a personas a colaborar contigo en la creación de tu midnmap. Serán notificados por correo electrónico."
"defaultMessage": "Invita a personas a colaborar contigo en la creación de tu mapa mental. Serán notificados por correo electrónico."
},
"share.delete-title": {
"defaultMessage": "Compartir con la otros"

@ -460,7 +460,7 @@
"defaultMessage": "Supprimer un collaborateur"
},
"share.delete-description": {
"defaultMessage": "Invitez des personnes à collaborer avec vous dans la création de votre midnmap. Ils seront prévenus par email."
"defaultMessage": "Invitez des personnes à collaborer avec vous dans la création de votre mindmap. Ils seront prévenus par email."
},
"share.delete-title": {
"defaultMessage": "Partager avec les gens"

@ -944,7 +944,7 @@
"share.delete-description": [
{
"type": 0,
"value": "Invitez des personnes à collaborer avec vous dans la création de votre midnmap. Ils seront prévenus par email."
"value": "Invitez des personnes à collaborer avec vous dans la création de votre mindmap. Ils seront prévenus par email."
}
],
"share.delete-title": [

@ -168,7 +168,7 @@ const AccountInfoDialog = ({ onClose }: AccountInfoDialogProps): React.ReactElem
color="primary"
/>
}
label="Delete Account"
label={intl.formatMessage({ id: 'accountinfo.deleteaccount', defaultMessage: 'Delete Account' })}
/>
</FormGroup>
</FormControl>

@ -122,7 +122,7 @@ const ShareDialog = ({ mapId, onClose }: SimpleDialogProps): React.ReactElement
description={intl.formatMessage({
id: 'share.delete-description',
defaultMessage:
'Invite people to collaborate with you in the creation of your midnmap. They will be notified by email. ',
'Invite people to collaborate with you in the creation of your mindmap. They will be notified by email. ',
})}
PaperProps={{ classes: { root: classes.paper } }}
error={error}