diff --git a/src/utils/locales/en.json b/src/utils/locales/en.json index 7834e57..148d931 100644 --- a/src/utils/locales/en.json +++ b/src/utils/locales/en.json @@ -6,6 +6,7 @@ "delete": "Delete", "edit": "Edit", "cancel": "Cancel", + "confirm": "Confirm", "signin": "Sign In", "logout": "Logout", "detail": "Detail Information", @@ -26,7 +27,11 @@ "errorConnectionMsg": "Failed to connect internet", "areYouSure": "Are you sure?", "noData": "No data found", - "register": "Register" + "register": "Register", + "fill": "FILL", + "press": "PRESS", + "panicButton": "PANIC BUTTON", + "panicButtonMessage": "Press this button in case of an incident" }, "profile": { "profile": "Profile", @@ -45,13 +50,7 @@ "welcomeMessage": "Welcome back!", "scanuserid": "Scan User ID", "userlogin": "Login User", - "userregister": "Register User", - "successRegis": "Register Success, Please Login.", - "successResetPin": "PIN has been reset, please contact Admin!", - "successResetPin2": "Please check your email or contact your Admin for confirm!", - "successResetPin3": "Your account has been reset and confirmed by the admin, please re-register!", - "usernamenotexist": "Username does not exist!", - "cannotResetPin": "Cannot reset PIN, username you entered does not match the IMEI number on your cellphone!" + "usernamenotexist": "Username does not exist!" }, "home": { "welcomeMessage": "Welcome" @@ -79,9 +78,6 @@ "successDeletePhoto": "Successfully deleted photo.", "failedDeletePhoto": "Failed to delete photo." }, - "history": { - "navbarTitle": "Shipment Presence" - }, "incidentReport": { "title": "Incident Report", "add": "Add Incident Report", @@ -91,6 +87,17 @@ "title": "Patrol", "list": "List Post" }, + "presence": { + "navbarTitle": "Presence History", + "presenceIn": "Want to check in now?", + "presenceOut": "Want to check out now?", + "presenceInMessage": "Have a great day full of productivity and spirit", + "errorFetchingLocation": "Failed to Get Location Point", + "failedSendDataPresence": "Failed to send presence data", + "presenceOutMessage": "Thank you for your dedication and work today", + "dataSentSuccessfully": "Presence Data Successfully Saved", + "dataSentOutSuccessfully": "Out attendance data is successfully saved" + }, "activity": { "title": "Report Activity", "shift": "Shift Changes", diff --git a/src/utils/locales/id.json b/src/utils/locales/id.json index d788f48..72d2b4f 100644 --- a/src/utils/locales/id.json +++ b/src/utils/locales/id.json @@ -6,6 +6,7 @@ "delete": "Hapus", "edit": "Ubah", "cancel": "Batal", + "confirm": "Konfirmasi", "signin": "Masuk", "logout": "keluar", "detail": "Informasi Detail", @@ -24,11 +25,14 @@ "send": "Kirim", "sending": "Mengirim", "errorConnectionMsg": "Gagal menghubungkan ke internet", - "scan": "Pindai", "reject": "Tolak", "areYouSure": "Apakah anda yakin?", "noData": "Tidak ada data ditemukan", - "register": "Pendaftaran" + "register": "Pendaftaran", + "fill": "ISI", + "press": "TEKAN", + "panicButton": "TOMBOL PANIK", + "panicButtonMessage": "Press this button in case of an incident" }, "loginPage": { "headMessage": "Selamat datang!", @@ -54,6 +58,17 @@ "welcomeMessage": "Selamat datang", "home": "Beranda" }, + "presence": { + "navbarTitle": "Riwayat Kehadiran", + "presenceIn": "Ingin presensi Masuk sekarang?", + "presenceOut": "Ingin presensi Keluar sekarang?", + "presenceInMessage": "Semoga harimu menyenangkan dengan penuh produktivitas dan semangat", + "presenceOutMessage": "Terimakasih Atas Dedikasi Dan kerja Hari ini", + "failedSendDataPresence": "Gagal mengirim data kehadiran", + "errorFetchingLocation": "Gagal Mendapatkan Titik Lokasi", + "dataSentSuccessfully": "Data Presensi Berhasil Disimpan", + "dataSentOutSuccessfully": "Data Presensi Keluar Berhasil Disimpan" + }, "takePicture": { "select": "Pilih", "upload": "Unggah", @@ -77,9 +92,6 @@ "successDeletePhoto": "Berhasil menghapus foto.", "failedDeletePhoto": "Gagal menghapus foto." }, - "history": { - "navbarTitle": "Riwayat Kehadiran" - }, "incidentReport": { "title": "Laporan Kejadian", "add": "Tambah Laporan",