Merge pull request #326 from havfo/fix-translation-pl
commit
439eb5cf4a
|
|
@ -408,6 +408,13 @@ export default class RoomClient
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
case 'H': // Open help dialog
|
||||||
|
{
|
||||||
|
store.dispatch(roomActions.setHelpOpen(true));
|
||||||
|
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
default:
|
default:
|
||||||
{
|
{
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,7 @@ import Tabs from '@material-ui/core/Tabs';
|
||||||
import Tab from '@material-ui/core/Tab';
|
import Tab from '@material-ui/core/Tab';
|
||||||
|
|
||||||
const shortcuts=[
|
const shortcuts=[
|
||||||
|
{ key: 'h', label: 'room.help', defaultMessage: 'Help' },
|
||||||
{ key: 'm', label: 'device.muteAudio', defaultMessage: 'Mute Audio' },
|
{ key: 'm', label: 'device.muteAudio', defaultMessage: 'Mute Audio' },
|
||||||
{ key: 'v', label: 'device.stopVideo', defaultMessage: 'Mute Video' },
|
{ key: 'v', label: 'device.stopVideo', defaultMessage: 'Mute Video' },
|
||||||
{ key: '1', label: 'label.democratic', defaultMessage: 'Democratic View' },
|
{ key: '1', label: 'label.democratic', defaultMessage: 'Democratic View' },
|
||||||
|
|
|
||||||
|
|
@ -49,25 +49,25 @@
|
||||||
"room.spotlights": "Aktywni uczestnicy",
|
"room.spotlights": "Aktywni uczestnicy",
|
||||||
"room.passive": "Pasywni uczestnicy",
|
"room.passive": "Pasywni uczestnicy",
|
||||||
"room.videoPaused": "To wideo jest wstrzymane.",
|
"room.videoPaused": "To wideo jest wstrzymane.",
|
||||||
"room.muteAll": null,
|
"room.muteAll": "Wycisz wszystkich",
|
||||||
"room.stopAllVideo": null,
|
"room.stopAllVideo": "Zatrzymaj wszystkie Video",
|
||||||
"room.closeMeeting": null,
|
"room.closeMeeting": "Zamknij spotkanie",
|
||||||
"room.clearChat": null,
|
"room.clearChat": "Wyczyść Chat",
|
||||||
"room.clearFileSharing": null,
|
"room.clearFileSharing": "Wyczyść pliki",
|
||||||
"room.speechUnsupported": null,
|
"room.speechUnsupported": "Twoja przeglądarka nie rozpoznaje mowy",
|
||||||
"room.moderatoractions": null,
|
"room.moderatoractions": "Akcje moderatora",
|
||||||
"room.raisedHand": null,
|
"room.raisedHand": "{displayName} podniósł rękę",
|
||||||
"room.loweredHand": null,
|
"room.loweredHand": "{displayName} opuścił rękę",
|
||||||
"room.extraVideo": null,
|
"room.extraVideo": "Dodatkowe Video",
|
||||||
"room.overRoomLimit": null,
|
"room.overRoomLimit": "Pokój jest pełny, spróbuj za jakiś czas.",
|
||||||
"room.help": null,
|
"room.help": "Pomoc",
|
||||||
"room.about": null,
|
"room.about": "O pogramie",
|
||||||
"room.shortcutKeys": null,
|
"room.shortcutKeys": "Skróty klawiaturowe",
|
||||||
|
|
||||||
"me.mutedPTT": null,
|
"me.mutedPTT": "Masz wyciszony mikrofon, przytrzymaj spację aby mówić",
|
||||||
|
|
||||||
"roles.gotRole": null,
|
"roles.gotRole": "Masz rolę {role}",
|
||||||
"roles.lostRole": null,
|
"roles.lostRole": "Nie masz już roli {role}",
|
||||||
|
|
||||||
"tooltip.login": "Zaloguj",
|
"tooltip.login": "Zaloguj",
|
||||||
"tooltip.logout": "Wyloguj",
|
"tooltip.logout": "Wyloguj",
|
||||||
|
|
@ -79,11 +79,11 @@
|
||||||
"tooltip.lobby": "Pokaż poczekalnię",
|
"tooltip.lobby": "Pokaż poczekalnię",
|
||||||
"tooltip.settings": "Pokaż ustawienia",
|
"tooltip.settings": "Pokaż ustawienia",
|
||||||
"tooltip.participants": "Pokaż uczestników",
|
"tooltip.participants": "Pokaż uczestników",
|
||||||
"tooltip.kickParticipant": null,
|
"tooltip.kickParticipant": "Wyrzuć użytkownika",
|
||||||
"tooltip.muteParticipant": null,
|
"tooltip.muteParticipant": "Wycisz użytkownika",
|
||||||
"tooltip.muteParticipantVideo": null,
|
"tooltip.muteParticipantVideo": "Wyłącz wideo użytkownika",
|
||||||
"tooltip.raisedHand": null,
|
"tooltip.raisedHand": "Podnieś rękę",
|
||||||
"tooltip.muteScreenSharing": null,
|
"tooltip.muteScreenSharing": "Anuluj udostępniania pulpitu przez użytkownika",
|
||||||
|
|
||||||
"label.roomName": "Nazwa konferencji",
|
"label.roomName": "Nazwa konferencji",
|
||||||
"label.chooseRoomButton": "Kontynuuj",
|
"label.chooseRoomButton": "Kontynuuj",
|
||||||
|
|
@ -97,7 +97,7 @@
|
||||||
"label.filesharing": "Udostępnianie plików",
|
"label.filesharing": "Udostępnianie plików",
|
||||||
"label.participants": "Uczestnicy",
|
"label.participants": "Uczestnicy",
|
||||||
"label.shareFile": "Udostępnij plik",
|
"label.shareFile": "Udostępnij plik",
|
||||||
"label.shareGalleryFile": null,
|
"label.shareGalleryFile": "Udostępnij obraz",
|
||||||
"label.fileSharingUnsupported": "Udostępnianie plików nie jest obsługiwane",
|
"label.fileSharingUnsupported": "Udostępnianie plików nie jest obsługiwane",
|
||||||
"label.unknown": "Nieznane",
|
"label.unknown": "Nieznane",
|
||||||
"label.democratic": "Układ demokratyczny",
|
"label.democratic": "Układ demokratyczny",
|
||||||
|
|
@ -108,12 +108,12 @@
|
||||||
"label.veryHigh": "Bardzo wysoka (FHD)",
|
"label.veryHigh": "Bardzo wysoka (FHD)",
|
||||||
"label.ultra": "Ultra (UHD)",
|
"label.ultra": "Ultra (UHD)",
|
||||||
"label.close": "Zamknij",
|
"label.close": "Zamknij",
|
||||||
"label.media": null,
|
"label.media": "Media",
|
||||||
"label.appearence": null,
|
"label.appearence": "Wygląd",
|
||||||
"label.advanced": null,
|
"label.advanced": "Zaawansowane",
|
||||||
"label.addVideo": null,
|
"label.addVideo": "Dodaj wideo",
|
||||||
"label.promoteAllPeers": null,
|
"label.promoteAllPeers": "Wpuść wszystkich",
|
||||||
"label.moreActions": null,
|
"label.moreActions": "Więcej akcji",
|
||||||
|
|
||||||
"settings.settings": "Ustawienia",
|
"settings.settings": "Ustawienia",
|
||||||
"settings.camera": "Kamera",
|
"settings.camera": "Kamera",
|
||||||
|
|
@ -131,14 +131,14 @@
|
||||||
"settings.advancedMode": "Tryb zaawansowany",
|
"settings.advancedMode": "Tryb zaawansowany",
|
||||||
"settings.permanentTopBar": "Stały górny pasek",
|
"settings.permanentTopBar": "Stały górny pasek",
|
||||||
"settings.lastn": "Liczba widocznych uczestników (zdalnych)",
|
"settings.lastn": "Liczba widocznych uczestników (zdalnych)",
|
||||||
"settings.hiddenControls": null,
|
"settings.hiddenControls": "Ukryte kontrolki mediów",
|
||||||
"settings.notificationSounds": null,
|
"settings.notificationSounds": "Powiadomienia dźwiękiem",
|
||||||
"settings.showNotifications": null,
|
"settings.showNotifications": "Pokaż powiadomienia",
|
||||||
"settings.buttonControlBar": null,
|
"settings.buttonControlBar": "Rozdziel kontrolki mediów",
|
||||||
"settings.echoCancellation": null,
|
"settings.echoCancellation": "Usuwanie echa",
|
||||||
"settings.autoGainControl": null,
|
"settings.autoGainControl": "Auto korekta wzmocnienia",
|
||||||
"settings.noiseSuppression": null,
|
"settings.noiseSuppression": "Wyciszenie szumów",
|
||||||
"settings.drawerOverlayed": null,
|
"settings.drawerOverlayed": "Szuflada nad zawartością",
|
||||||
|
|
||||||
"filesharing.saveFileError": "Nie można zapisać pliku",
|
"filesharing.saveFileError": "Nie można zapisać pliku",
|
||||||
"filesharing.startingFileShare": "Próba udostępnienia pliku",
|
"filesharing.startingFileShare": "Próba udostępnienia pliku",
|
||||||
|
|
@ -180,8 +180,8 @@
|
||||||
"devices.cameraDisconnected": "Kamera odłączona",
|
"devices.cameraDisconnected": "Kamera odłączona",
|
||||||
"devices.cameraError": "Wystąpił błąd podczas uzyskiwania dostępu do kamery",
|
"devices.cameraError": "Wystąpił błąd podczas uzyskiwania dostępu do kamery",
|
||||||
|
|
||||||
"moderator.clearChat": null,
|
"moderator.clearChat": "Moderator wyczyścił chat",
|
||||||
"moderator.clearFiles": null,
|
"moderator.clearFiles": "Moderator wyczyścił pliki",
|
||||||
"moderator.muteAudio": null,
|
"moderator.muteAudio": "Moderator wyciszył audio",
|
||||||
"moderator.muteVideo": null
|
"moderator.muteVideo": "Moderator wyciszył twoje video"
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue