forked from izu/student-web-if-development-kit
feat: tambah terjemahan bilingual untuk data SOP, FAQ, dan Staf
This commit is contained in:
@@ -2,42 +2,81 @@
|
||||
{
|
||||
"id": 1,
|
||||
"name": "Tuning Rahayu, S.Hut.",
|
||||
"role": "Staf Administrasi Informatika",
|
||||
"role": {
|
||||
"id": "Staf Administrasi Informatika",
|
||||
"en": "Informatics Administrative Staff"
|
||||
},
|
||||
"image": "assets/images/staff-female.png",
|
||||
"location": "Ruang Administrasi Prodi Informatika",
|
||||
"location": {
|
||||
"id": "Ruang Administrasi Prodi Informatika",
|
||||
"en": "Informatics Study Program Administration Room"
|
||||
},
|
||||
"contact_consent": true,
|
||||
"phone": "6282350250892",
|
||||
"schedule": [
|
||||
{
|
||||
"day": "Senin – Jumat",
|
||||
"day": {
|
||||
"id": "Senin – Jumat",
|
||||
"en": "Monday – Friday"
|
||||
},
|
||||
"time": "07.30–16.00 WIB",
|
||||
"break": "istirahat 12.00–13.00 WIB"
|
||||
"break": {
|
||||
"id": "istirahat 12.00–13.00 WIB",
|
||||
"en": "break 12.00–13.00 WIB"
|
||||
}
|
||||
}
|
||||
],
|
||||
"tasks": [
|
||||
"Administrasi mahasiswa",
|
||||
"Informasi berkas akademik"
|
||||
{
|
||||
"id": "Administrasi mahasiswa",
|
||||
"en": "Student administration"
|
||||
},
|
||||
{
|
||||
"id": "Informasi berkas akademik",
|
||||
"en": "Academic document information"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name": "Mahyus Safutra, A.Md.",
|
||||
"role": "Staf Laboratorium Informatika",
|
||||
"role": {
|
||||
"id": "Staf Laboratorium Informatika",
|
||||
"en": "Informatics Laboratory Staff"
|
||||
},
|
||||
"image": "assets/images/staff-male.png",
|
||||
"location": "Laboratorium Informatika",
|
||||
"location": {
|
||||
"id": "Laboratorium Informatika",
|
||||
"en": "Informatics Laboratory"
|
||||
},
|
||||
"contact_consent": true,
|
||||
"phone": "895338672533",
|
||||
"schedule": [
|
||||
{
|
||||
"day": "Senin – Jumat",
|
||||
"day": {
|
||||
"id": "Senin – Jumat",
|
||||
"en": "Monday – Friday"
|
||||
},
|
||||
"time": "07.30–16.00 WIB",
|
||||
"break": "istirahat 12.00–13.00 WIB"
|
||||
"break": {
|
||||
"id": "istirahat 12.00–13.00 WIB",
|
||||
"en": "break 12.00–13.00 WIB"
|
||||
}
|
||||
}
|
||||
],
|
||||
"tasks": [
|
||||
"Pengelolaan laboratorium",
|
||||
"Dukungan praktikum",
|
||||
"Peminjaman ruangan dan alat"
|
||||
{
|
||||
"id": "Pengelolaan laboratorium",
|
||||
"en": "Laboratory management"
|
||||
},
|
||||
{
|
||||
"id": "Dukungan praktikum",
|
||||
"en": "Practicum support"
|
||||
},
|
||||
{
|
||||
"id": "Peminjaman ruangan dan alat",
|
||||
"en": "Room and equipment borrowing"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user