You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lib/layout.shared.tsx
+17-8Lines changed: 17 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -59,8 +59,10 @@ const translations = {
59
59
},
60
60
homepage: {
61
61
heroTitle: 'BlankOn Revival Project',
62
-
heroTagline:
63
-
'Sebuah usaha untuk membangkitkan kembali proyek BlankOn yang sudah lama mati suri dari kedalaman /dev/null',
62
+
heroTagline: [
63
+
'Sebuah usaha untuk membangkitkan kembali proyek BlankOn yang sudah lama mati suri',
64
+
'dari kedalaman /dev/null',
65
+
],
64
66
downloadIso: 'Unduh ISO',
65
67
readDocs: 'Dokumentasi',
66
68
aboutTitle: 'Tentang',
@@ -87,14 +89,16 @@ const translations = {
87
89
q8: 'Apa tolok ukur keberhasilan kebangkitan ini?',
88
90
a8: 'Anda dapat mengunduh dan menginstal image Linux BlankOn baru yang lengkap, dibangun dan dikirim langsung dari IRGSH. Jika Anda dapat mem-boot, menjalankan, dan mengembangkannya, itulah milestone kebangkitan kami.',
89
91
q9: 'Apa kemajuan saat ini?',
90
-
a9: 'Silakan lihat bagian Log di bawah ini.',
92
+
a9: 'Silakan lihat bagian Perkembangan di bawah ini.',
93
+
q10: 'Kapan versi stabil akan dirilis?',
94
+
a10: 'Sebelum akhir tahun 2026. Mungkin lebih cepat jika Anda membantu kami dengan berkontribusi.',
91
95
},
92
96
updatesTitle: 'Perkembangan',
93
97
updates: [
94
98
{
95
99
date: '2026-02-07',
96
100
text: 'Yayasan BlankOn telah resmi berdiri secara hukum. Dewan pengurus terdiri dari Rusmanto, Akhmat Safrudin, Slamet Santoso, Iwan Setiawan, dan Herpiko Dwi Aguno. Yayasan BlankOn adalah badan hukum terpisah yang dibentuk untuk mendukung ekosistem open-source yang lebih luas, komunitas, dan proyek-proyek di Indonesia. Sementara itu, BlankOn Linux akan tetap berjalan sebagai proyek open-source yang independen, dengan Yayasan memberikan dukungan finansial dan hukum penuh.',
'An attempt to bring back the long-dormant BlankOn project from the depths of /dev/null',
202
+
heroTagline: [
203
+
'An attempt to bring back the long-dormant BlankOn project',
204
+
'from the depths of /dev/null',
205
+
],
200
206
downloadIso: 'Download ISO',
201
207
readDocs: 'Documentation',
202
208
aboutTitle: 'About',
@@ -223,14 +229,16 @@ const translations = {
223
229
q8: 'What is the success metric of the revival?',
224
230
a8: 'You can download and install a fully-fledged, brand-new BlankOn Linux image, built, baked, and shipped directly from IRGSH. If you can boot it, run it, and hack on it, that is our revival milestone.',
225
231
q9: 'What is the current progress?',
226
-
a9: 'Please check out the Logs section below.',
232
+
a9: 'Please check out the Updates section below.',
233
+
q10: 'When will the stable version be released?',
234
+
a10: 'Before the end of 2026. Maybe sooner if you help us by contributing.',
227
235
},
228
236
updatesTitle: 'Updates',
229
237
updates: [
230
238
{
231
239
date: '2026-02-07',
232
240
text: 'The BlankOn Foundation has been legally established. The board members are Rusmanto, Akhmat Safrudin, Slamet Santoso, Iwan Setiawan, and Herpiko Dwi Aguno. The BlankOn Foundation is a separate legal entity established to support the broader open-source ecosystem, communities, and projects in Indonesia. Meanwhile, BlankOn Linux will continue as an independent open-source project, with the Foundation providing full financial and legal support.',
0 commit comments