Skip to content

Commit 5656d2b

Browse files
authored
Add polish translation
1 parent 9064fe9 commit 5656d2b

1 file changed

Lines changed: 17 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 chat',
13+
DownloadText: 'Pobierz Delta Chat',
14+
OtherDeviceText: 'Naciśnij jeśli masz Delta Chat na innym urządzeniu',
15+
ScanQRText: 'Zeskanuj, aby otworzyć chat na innym urządzeniu',
16+
},
17+
});

0 commit comments

Comments
 (0)