Browse Source

feat(vocab): add new vocabulary

master
farhantock 3 months ago
parent
commit
b3247b538e
  1. 29
      src/utils/locales/en.json
  2. 22
      src/utils/locales/id.json

29
src/utils/locales/en.json

@ -6,6 +6,7 @@
"delete": "Delete", "delete": "Delete",
"edit": "Edit", "edit": "Edit",
"cancel": "Cancel", "cancel": "Cancel",
"confirm": "Confirm",
"signin": "Sign In", "signin": "Sign In",
"logout": "Logout", "logout": "Logout",
"detail": "Detail Information", "detail": "Detail Information",
@ -26,7 +27,11 @@
"errorConnectionMsg": "Failed to connect internet", "errorConnectionMsg": "Failed to connect internet",
"areYouSure": "Are you sure?", "areYouSure": "Are you sure?",
"noData": "No data found", "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": "Profile", "profile": "Profile",
@ -45,13 +50,7 @@
"welcomeMessage": "Welcome back!", "welcomeMessage": "Welcome back!",
"scanuserid": "Scan User ID", "scanuserid": "Scan User ID",
"userlogin": "Login User", "userlogin": "Login User",
"userregister": "Register User", "usernamenotexist": "Username does not exist!"
"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!"
}, },
"home": { "home": {
"welcomeMessage": "Welcome" "welcomeMessage": "Welcome"
@ -79,9 +78,6 @@
"successDeletePhoto": "Successfully deleted photo.", "successDeletePhoto": "Successfully deleted photo.",
"failedDeletePhoto": "Failed to delete photo." "failedDeletePhoto": "Failed to delete photo."
}, },
"history": {
"navbarTitle": "Shipment Presence"
},
"incidentReport": { "incidentReport": {
"title": "Incident Report", "title": "Incident Report",
"add": "Add Incident Report", "add": "Add Incident Report",
@ -91,6 +87,17 @@
"title": "Patrol", "title": "Patrol",
"list": "List Post" "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": { "activity": {
"title": "Report Activity", "title": "Report Activity",
"shift": "Shift Changes", "shift": "Shift Changes",

22
src/utils/locales/id.json

@ -6,6 +6,7 @@
"delete": "Hapus", "delete": "Hapus",
"edit": "Ubah", "edit": "Ubah",
"cancel": "Batal", "cancel": "Batal",
"confirm": "Konfirmasi",
"signin": "Masuk", "signin": "Masuk",
"logout": "keluar", "logout": "keluar",
"detail": "Informasi Detail", "detail": "Informasi Detail",
@ -24,11 +25,14 @@
"send": "Kirim", "send": "Kirim",
"sending": "Mengirim", "sending": "Mengirim",
"errorConnectionMsg": "Gagal menghubungkan ke internet", "errorConnectionMsg": "Gagal menghubungkan ke internet",
"scan": "Pindai",
"reject": "Tolak", "reject": "Tolak",
"areYouSure": "Apakah anda yakin?", "areYouSure": "Apakah anda yakin?",
"noData": "Tidak ada data ditemukan", "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": { "loginPage": {
"headMessage": "Selamat datang!", "headMessage": "Selamat datang!",
@ -54,6 +58,17 @@
"welcomeMessage": "Selamat datang", "welcomeMessage": "Selamat datang",
"home": "Beranda" "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": { "takePicture": {
"select": "Pilih", "select": "Pilih",
"upload": "Unggah", "upload": "Unggah",
@ -77,9 +92,6 @@
"successDeletePhoto": "Berhasil menghapus foto.", "successDeletePhoto": "Berhasil menghapus foto.",
"failedDeletePhoto": "Gagal menghapus foto." "failedDeletePhoto": "Gagal menghapus foto."
}, },
"history": {
"navbarTitle": "Riwayat Kehadiran"
},
"incidentReport": { "incidentReport": {
"title": "Laporan Kejadian", "title": "Laporan Kejadian",
"add": "Tambah Laporan", "add": "Tambah Laporan",

Loading…
Cancel
Save