fix(participants-pane) enable translation of invite button
Copy over existing "invite" translations where the participants pane is already translated. Signed-off-by: Christoph Settgast <csett86@web.de>
This commit is contained in:
parent
b944088d99
commit
106ce79375
|
@ -535,6 +535,7 @@
|
|||
"participantsList": "({{count}}) partecipanti"
|
||||
},
|
||||
"actions": {
|
||||
"invite": "Invita persone",
|
||||
"muteAll": "Silenzia tutti",
|
||||
"stopVideo": "Ferma il video"
|
||||
}
|
||||
|
|
|
@ -535,6 +535,7 @@
|
|||
"participantsList": "సదస్యులు ({{count}})"
|
||||
},
|
||||
"actions": {
|
||||
"invite": "ప్రజలను ఆహ్వానించు",
|
||||
"muteAll": "అందరినీ మౌనించు",
|
||||
"stopVideo": "వీడియో ఆపివేయి"
|
||||
}
|
||||
|
|
|
@ -532,6 +532,7 @@
|
|||
"participantsList": "Meeting participants ({{count}})"
|
||||
},
|
||||
"actions": {
|
||||
"invite": "Invite Someone",
|
||||
"muteAll": "Mute all",
|
||||
"stopVideo": "Stop video"
|
||||
}
|
||||
|
|
|
@ -26,7 +26,7 @@ export const InviteButton = () => {
|
|||
<Icon
|
||||
size = { 20 }
|
||||
src = { IconInviteMore } />
|
||||
<span>Invite Someone</span>
|
||||
<span>{t('participantsPane.actions.invite')}</span>
|
||||
</ParticipantInviteButton>
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue