-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
62 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
* | ||
!package.json | ||
!yarn.lock | ||
!docker-entrypoint.sh | ||
!build.sh | ||
!server/* | ||
!client/* | ||
**/node_modules/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"newRoomButton": "Nowy pokój", | ||
"lockedRoom": "{username} zablokował pokój", | ||
"unlockedRoom": "{username} odblokował pokój", | ||
"agreement": "Korzystając z darkwire, zgadzasz się na naszą politykę zasad korzystania i warunki korzystania", | ||
"typePlaceholder": "Pisz tutaj", | ||
"aboutButton": "O nas", | ||
"settingsButton": "Ustawienia", | ||
"settings": "Ustawienia", | ||
"aboutHeader": "O nas", | ||
"copyButtonTooltip": "Skopiowano", | ||
"welcomeHeader": "Witamy na czacie Starymisiada", | ||
"sentFile": "Wysłałeś {filename}", | ||
"userJoined": "{username} dołączył", | ||
"userLeft": "{username} opuścił", | ||
"userSentFile": "{username} wysłał Ci plik.", | ||
"downloadFile": "Pobierz {filename}", | ||
"nameChange": "{oldUsername} zmienił swoje imię na {newUsername}", | ||
"settingsHeader": "Ustawienia & Pomoc", | ||
"copyRoomHeader": "Ten pokój", | ||
"languageDropdownHeader": "Język", | ||
"roomOwnerHeader": "Własność pokoju", | ||
"roomOwnerText": "Osoba, która utworzyła pokój, jest właścicielem pokoju i ma specjalne uprawnienia, takie jak możliwość zablokowania i odblokowania pokoju. Jeśli właściciel opuści pokój, druga osoba, która dołączy, przejmuje własność. Jeśli ona opuści, trzecia osoba staje się właścicielem itd. Właściciel pokoju ma ikonę gwiazdki obok swojej nazwy użytkownika w rozwijanej liście uczestników.", | ||
"lockRoomHeader": "Zablokuj pokój", | ||
"lockRoomText": "Jeśli jesteś właścicielem pokoju, możesz zablokować i odblokować pokój, klikając ikonę zamka w pasku nawigacyjnym. Gdy pokój jest zablokowany, żadna inna osoba nie może do niego dołączyć.", | ||
"slashCommandsHeader": "Komendy", | ||
"slashCommandsText": "Dostępne są następujące komendy:", | ||
"slashCommandsBullets": [ | ||
"zmienia nazwę użytkownika", | ||
"wykonuje akcję", | ||
"czyści historię wiadomości", | ||
"wyświetla wszystkie komendy" | ||
], | ||
"sound": "Dźwięk", | ||
"newMessageNotification": "Powiadomienie o nowej wiadomości", | ||
"desktopNotification": "Powiadomienie na pulpicie", | ||
"desktopNotificationBlocked": "Powiadomienia na pulpicie zostały wyłączone", | ||
"welcomeModalCTA": "Ok", | ||
"lockedRoomHeader": "Ten pokój jest zablokowany", | ||
"helpTranslate": "Pomóż nam przetłumaczyć darkwire!" | ||
} |