Skip to content

Commit 85565d9

Browse files
authored
Create download.js
1 parent bf3998f commit 85565d9

1 file changed

Lines changed: 40 additions & 0 deletions

File tree

translations/download.js

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
window.HACKEROS_TRANS_DOWNLOAD = {
2+
pl: {
3+
pageTitle: 'HackerOS - Download',
4+
sectionH1: 'Pobierz HackerOS',
5+
quickTitle: 'Szybkie pobieranie systemu',
6+
quickDesc: 'Wybierz edycję HackerOS i pobierz bezpośrednio z SourceForge.',
7+
selectLabel: 'Wybierz edycję:',
8+
selectDefault: '-- Wybierz edycję --',
9+
downloadBtn: 'Pobierz',
10+
btnSourceForge: 'Pobierz z SourceForge',
11+
btnMega: 'Pobierz z Mega.nz',
12+
btnDrive: 'Pobierz z Google Drive',
13+
btnTransfer: 'Pobierz z Transfer.it',
14+
footerCopy: '© 2026 HackerOS. Wszelkie prawa zastrzeżone.',
15+
navHome: 'Home',
16+
navDownload: 'Download',
17+
navReleases: 'Releases',
18+
navTeam: 'HackerOS Team',
19+
navDocs: 'Documentation',
20+
},
21+
en: {
22+
pageTitle: 'HackerOS - Download',
23+
sectionH1: 'Download HackerOS',
24+
quickTitle: 'Quick System Download',
25+
quickDesc: 'Select the HackerOS edition and download directly from SourceForge.',
26+
selectLabel: 'Select edition:',
27+
selectDefault: '-- Select edition --',
28+
downloadBtn: 'Download',
29+
btnSourceForge: 'Download from SourceForge',
30+
btnMega: 'Download from Mega.nz',
31+
btnDrive: 'Download from Google Drive',
32+
btnTransfer: 'Download from Transfer.it',
33+
footerCopy: '© 2026 HackerOS. All rights reserved.',
34+
navHome: 'Home',
35+
navDownload: 'Download',
36+
navReleases: 'Releases',
37+
navTeam: 'HackerOS Team',
38+
navDocs: 'Documentation',
39+
}
40+
};

0 commit comments

Comments
 (0)