- JADWAL /{" "}
+ {t("timeTable1")}
{detail?.isYoutube == true ? "LIVE STREAMING" : "DETAIL"}
{detail?.title}
diff --git a/components/landing-page/survey-box.tsx b/components/landing-page/survey-box.tsx
index 5125490a..2d023c23 100644
--- a/components/landing-page/survey-box.tsx
+++ b/components/landing-page/survey-box.tsx
@@ -57,41 +57,48 @@ const UserSurveyBox = () => {
});
const options = {
- accessFrequency: [
- "Setiap hari",
- "Beberapa kali seminggu",
- "Beberapa kali dalam sebulan",
- "Baru pertama kali",
+ accessFrequency: [t("everyDay"), t("week"), t("month"), t("firstTime")],
+ uiExperienceDesign: [
+ t("veryGood"),
+ t("good"),
+ t("enough"),
+ t("notEnough"),
+ t("bad"),
],
- uiExperienceDesign: ["Sangat baik", "Baik", "Cukup", "Kurang", "Buruk"],
uiExperienceNavigation: [
- "Sangat mudah",
- "Mudah",
- "Cukup",
- "Sulit",
- "Sangat sulit",
+ t("veryEasy"),
+ t("easy"),
+ t("enough"),
+ t("difficult"),
+ t("veryDifficult"),
],
uiExperienceSpeed: [
- "Sangat cepat",
- "Cepat",
- "Cukup",
- "Lambat",
- "Sangat lambat",
+ t("veryFast"),
+ t("fast"),
+ t("enough"),
+ t("slow"),
+ t("verySlow"),
+ ],
+ infoAccuracy: [
+ t("verySatisfied"),
+ t("satisfied"),
+ t("enough"),
+ t("lessSatisfied"),
+ t("notSatisfied"),
],
- infoAccuracy: ["Sangat puas", "Puas", "Cukup", "Kurang puas", "Tidak puas"],
infoCompleteness: [
- "Sangat lengkap",
- "Lengkap",
- "Cukup",
- "Kurang lengkap",
- "Tidak lengkap",
+ t("veryComplete"),
+ t("completely"),
+ t("enough"),
+ t("incomplete"),
+ t("notComplete"),
],
usefulness: [
- "Sangat membantu",
- "Membantu",
- "Cukup membantu",
- "Kurang membantu",
- "Tidak membantu",
+ t("veryHelpful"),
+ t("helping"),
+ t("quiteHelpful"),
+ t("lessHelpful"),
+ t("notHelpful"),
],
};
@@ -201,17 +208,17 @@ const UserSurveyBox = () => {
{renderControllerGroup(
"uiExperienceDesign",
- "a) Tampilan dan desain website",
+ t("websiteDesign"),
options.uiExperienceDesign
)}
{renderControllerGroup(
"uiExperienceNavigation",
- "b) Kemudahan navigasi",
+ t("easeNavigation"),
options.uiExperienceNavigation
)}
{renderControllerGroup(
"uiExperienceSpeed",
- "c) Kecepatan akses website",
+ t("speed"),
options.uiExperienceSpeed
)}
@@ -222,12 +229,12 @@ const UserSurveyBox = () => {
{renderControllerGroup(
"infoAccuracy",
- "a) Akurat dan terpercaya",
+ t("accurate"),
options.infoAccuracy
)}
{renderControllerGroup(
"infoCompleteness",
- "b) Kelengkapan berita dan informasi",
+ t("complete"),
options.infoCompleteness
)}
@@ -246,7 +253,7 @@ const UserSurveyBox = () => {
control={control}
render={({ field }) => (
@@ -259,7 +266,7 @@ const UserSurveyBox = () => {
{t("cancel")}
diff --git a/messages/en.json b/messages/en.json
index 72448dfe..aaeb6f0d 100644
--- a/messages/en.json
+++ b/messages/en.json
@@ -596,7 +596,47 @@
"survey7": "2. How was your experience in accessing this website?",
"survey8": "3. How satisfied are you with the information available on the Polri MediaHub?",
"survey9": "4. Do you feel this website is helpful in getting information related to the Police?",
- "survey10": "5. What are your suggestions or input?"
+ "survey10": "5. What are your suggestions or input?",
+ "everyDay": "Every Day",
+ "week": "Several times a week",
+ "month": "Several times a month",
+ "firstTime": "First time",
+ "veryGood": "Very Good",
+ "good": "Good",
+ "enough": "Enough",
+ "notEnough": "Not Enough",
+ "bad": "Bad",
+ "websiteDesign": "a) Website appearance and design",
+ "easeNavigation": "b) Ease of navigation",
+ "accurate": "a) Accurate and reliable",
+ "complete": "b) Completeness of news and information",
+ "write": "Write your message...",
+ "speed": "c) Website access speed",
+ "veryEasy": "Very Easy",
+ "easy": "Easy",
+ "difficult": "Difficult",
+ "veryDifficult": "Very Difficult",
+ "veryFast": "Very Fast",
+ "fast": "Fast",
+ "slow": "Slow",
+ "verySlow": "Very Slow",
+ "verySatisfied": "Very Satisfied",
+ "satisfied": "Satisfied",
+ "lessSatisfied": "Less Satisfied",
+ "notSatisfied": "Not Satisfied",
+ "veryComplete": "Very Complete",
+ "completely": "Complete",
+ "incomplete": "Incomplete",
+ "notComplete": "Not Complete",
+ "veryHelpful": "Very Helpful",
+ "helping": "Helpful",
+ "quiteHelpful": "Quite Helpful",
+ "lessHelpful": "Less Helpful",
+ "notHelpful": "Not helpful",
+ "sending": "Sending...",
+ "simultaneousSchedule": "Simultaneous Schedule",
+ "viewSchedule": "View Schedule",
+ "timeTable1": "TIMETABLE /"
},
"FilterPage": {
"image": "Image",
diff --git a/messages/in.json b/messages/in.json
index 659c85ce..fcd934d8 100644
--- a/messages/in.json
+++ b/messages/in.json
@@ -597,7 +597,47 @@
"survey7": "2. Bagaimana pengalaman Anda dalam mengakses website ini?",
"survey8": "3. Seberapa puas Anda dengan informasi yang tersedia di MediaHub Polri?",
"survey9": "4. Apakah Anda merasa website ini membantu dalam mendapatkan informasi terkait Polri?",
- "survey10": "5. Apa saran atau masukan Anda?"
+ "survey10": "5. Apa saran atau masukan Anda?",
+ "everyDay": "Setiap Hari",
+ "week": "Beberapa kali seminggu",
+ "month": "Beberapa kali dalam sebulan",
+ "firstTime": "Pertama kali",
+ "veryGood": "Sangat Baik",
+ "good": "Baik",
+ "enough": "Cukup",
+ "notEnough": "Kurang",
+ "bad": "Buruk",
+ "websiteDesign": "a) Tampilan dan desain website",
+ "easeNavigation": "b) Kemudahan navigasi",
+ "accurate": "a) Akurat dan terpercaya",
+ "complete": "b) Kelengkapan berita dan informasi",
+ "write": "Tulis pesan Anda...",
+ "speed": "c) Kecepatan akses website",
+ "veryEasy": "Sangat Mudah",
+ "easy": "Mudah",
+ "difficult": "Sulit",
+ "veryDifficult": "Sangat Sulit",
+ "veryFast": "Sangat Cepat",
+ "fast": "Cepat",
+ "slow": "Lambat",
+ "verySlow": "Sangat Lambat",
+ "verySatisfied": "Sangat Puas",
+ "satisfied": "Puas",
+ "lessSatisfied": "Kurang Puas",
+ "notSatisfied": "Tidak Puas",
+ "veryComplete": "Sangat Lengkap",
+ "completely": "Lengkap",
+ "incomplete": "Kurang lengkap",
+ "notComplete": "Tidak lengkap",
+ "veryHelpful": "Sangat Membantu",
+ "helping": "Membantu",
+ "quiteHelpful": "Cukup Membantu",
+ "lessHelpful": "Kurang Membantu",
+ "notHelpful": "Tidak Membantu",
+ "sending": "Mengirim...",
+ "simultaneousSchedule": "Jadwal Bersamaan",
+ "viewSchedule": "Lihat Jadwal",
+ "timeTable1": "JADWAL /"
},
"FilterPage": {
"image": "Foto",