Pārlūkot izejas kodu

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>
j8
Christoph Settgast 4 gadus atpakaļ
vecāks
revīzija
106ce79375

+ 1
- 0
lang/main-it.json Parādīt failu

@@ -535,6 +535,7 @@
535 535
             "participantsList": "({{count}}) partecipanti"
536 536
         },
537 537
         "actions": {
538
+            "invite": "Invita persone",
538 539
             "muteAll": "Silenzia tutti",
539 540
             "stopVideo": "Ferma il video"
540 541
         }

+ 1
- 0
lang/main-te.json Parādīt failu

@@ -535,6 +535,7 @@
535 535
             "participantsList": "సదస్యులు ({{count}})"
536 536
         },
537 537
         "actions": {
538
+            "invite": "ప్రజలను ఆహ్వానించు",
538 539
             "muteAll": "అందరినీ మౌనించు",
539 540
             "stopVideo": "వీడియో ఆపివేయి"
540 541
         }

+ 1
- 0
lang/main.json Parādīt failu

@@ -532,6 +532,7 @@
532 532
             "participantsList": "Meeting participants ({{count}})"
533 533
         },
534 534
         "actions": {
535
+            "invite": "Invite Someone",
535 536
             "muteAll": "Mute all",
536 537
             "stopVideo": "Stop video"
537 538
         }

+ 1
- 1
react/features/participants-pane/components/InviteButton.js Parādīt failu

@@ -26,7 +26,7 @@ export const InviteButton = () => {
26 26
             <Icon
27 27
                 size = { 20 }
28 28
                 src = { IconInviteMore } />
29
-            <span>Invite Someone</span>
29
+            <span>{t('participantsPane.actions.invite')}</span>
30 30
         </ParticipantInviteButton>
31 31
     );
32 32
 };

Notiek ielāde…
Atcelt
Saglabāt