feat: implement education module with CRUD functionality, database schema, and localization support
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"Navigation": {
|
||||
"experience": "Pengalaman",
|
||||
"education": "Pendidikan",
|
||||
"techStack": "Tech Stack",
|
||||
"projects": "Proyek",
|
||||
"contact": "Kontak"
|
||||
@@ -59,6 +60,18 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"Education": {
|
||||
"badge": "Pendidikan",
|
||||
"title": "Riwayat Pendidikan",
|
||||
"subtitle": "Perjalanan akademik formal yang membentuk fondasi teknis dan profesional saya.",
|
||||
"present": "Sekarang",
|
||||
"gpaLabel": "GPA",
|
||||
"locationLabel": "Lokasi",
|
||||
"finalProjectLabel": "Tugas Akhir",
|
||||
"viewFinalProject": "Lihat Tugas Akhir",
|
||||
"emptyTitle": "Belum ada riwayat pendidikan",
|
||||
"emptyDescription": "Tambahkan melalui Admin Dashboard."
|
||||
},
|
||||
"TechStack": {
|
||||
"badge": "Teknologi",
|
||||
"title": "Keahlian & Teknologi",
|
||||
|
||||
Reference in New Issue
Block a user