Skip to content

Commit 71bb86f

Browse files
committed
Add polish translation
1 parent 9064fe9 commit 71bb86f

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

i18n/pl.js

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Object.assign((typeof window === 'undefined' ? module.exports : window).i18n = (typeof window === 'undefined' ? module.exports : window).i18n || {}, {
2+
pl: {
3+
TitleText: 'Połącz się przez Delta Chat',
4+
DescriptionText: 'Delta Chat jest aplikacją działająca na bazie e-mail',
5+
FormBlurbText: 'Stwórz zaproszenie do Delta Chat',
6+
StepCodeText: 'Otwórz Delta Chat, następnie przejdź do <b>QR kod → Pokaż QR kod zaproszenia → Skopiuj do schowka</b>',
7+
StepPasteText: 'Wklej w to pole:',
8+
StepShareText: 'Udostępnij wygenerowany link przez inne kanały',
9+
ShareLinkText: 'Otwórz link',
10+
JoinText: 'Powiedz cześć',
11+
JoinGroupText: 'Dołącz',
12+
ChatText: 'Otwórz czat',
13+
DownloadText: 'Pobierz Delta Chat',
14+
OtherDeviceText: 'Naciśnij jeśli masz Delta Chat na innym urządzeniu',
15+
ScanQRText: 'Zeskanuj, aby otworzyć czat na innym urządzeniu',
16+
},
17+
});

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<script src="./i18n/de.js"></script>
2424
<script src="./i18n/en.js"></script>
2525
<script src="./i18n/fr.js"></script>
26+
<script src="./i18n/pl.js"></script>
2627
<script src="./i18n/ru.js"></script>
2728

2829
<style>

0 commit comments

Comments
 (0)