+
setShow(!show)}>
@@ -32,17 +33,21 @@ function SplitButton(props: {dict: Record, lang: string}) {
/>
{
-
-
-
{dict?.lang1}
+
+
-
+
}
>
}
-export default function Header(props: {dict: Record
, lang: string}) {
+export default function Header(props: {dict: Record, lang: string[]}) {
const { dict, lang } = props
const [activeTab, setActiveTab] = useState(dict.home)
const navList: NavType[] = [
@@ -64,7 +69,7 @@ export default function Header(props: {dict: Record, lang: strin
},
]
return (<>
-
, lang: strin
}
+
+
>
)
}
\ No newline at end of file
diff --git a/src/dictionaries/en.json b/src/dictionaries/en.json
index 270a597..0cd6b81 100644
--- a/src/dictionaries/en.json
+++ b/src/dictionaries/en.json
@@ -3,21 +3,21 @@
"lang1": "简体中文",
"home": "Home",
"services": "Services",
- "caseGallery": "Case gallery",
+ "caseGallery": "Case Gallery",
"contactUs": "Contact Us",
- "FocusingOnPlayableAds": "Focusing on playable ads",
- "goOverseas": "comprehensively assisting the game to go overseas",
- "customized": "100% customized , tailored to the needs of the project to create a playable ad Ensure full compliance with product image and market positioning",
- "ABTesting": "Support A/B testing, by optimizing the material content",
- "iterateGameplay": "Iterate gameplay to improve conversion rate and user experience",
- "multiLanguage": "Multi-language support, covering the global multi-language version",
- "breakingGeographical": "Breaking geographical restrictions and realizing internationalized layout",
- "allChannel": "All-channel adaptation, access to major mainstream distribution channels",
- "expandInfluence": "Let your products reach more potential users and expand your brand influence",
- "lightweightDeployment": "Lightweight deployment, providing convenient product effect preview solutions",
- "simplifyProcess": "Simplify the user decision-making process, easy to track the progress of each stage",
+ "FocusingOnPlayableAds": "Realization of",
+ "goOverseas": "high quality playable ads",
+ "customized": "100% customized, Ensure full compliance with product image and market positioning",
+ "ABTesting": "Supports A/B testing to improve",
+ "iterateGameplay": "conversions through iterative gameplay",
+ "multiLanguage": "Multi-language support and",
+ "breakingGeographical": "internationalized layout",
+ "allChannel": "Omni-channel adaptation to",
+ "expandInfluence": "expand brand influence",
+ "lightweightDeployment": "Lightweight deployment, providing",
+ "simplifyProcess": "convenient product effect preview solutions",
"clickNow": "Click on the icon to experience it now",
- "seeMore": "Want to see more?",
+ "seeMore": "See more?",
"contactUs1": "Contact us!",
"businessCooperation": "Business Cooperation/Job Hunting:",
"addWeChat": "Add WeChat to enjoy exclusive services",
@@ -27,6 +27,7 @@
"legalAgreements": "Legal & Agreements",
"privacyPolicy": "Privacy Policy",
"userAgreement": "User Agreement",
- "productPricing": "Product Pricing"
+ "productPricing": "Product Pricing",
+ "clickToPlay": "Click to play"
}
\ No newline at end of file
diff --git a/src/dictionaries/zh.json b/src/dictionaries/zh.json
index 9e0d8fc..c9309cd 100644
--- a/src/dictionaries/zh.json
+++ b/src/dictionaries/zh.json
@@ -27,5 +27,6 @@
"legalAgreements": "法律与协议",
"privacyPolicy": "隐私条款",
"userAgreement": "用户协议",
- "productPricing": "产品定价"
+ "productPricing": "产品定价",
+ "clickToPlay": "点击游玩"
}
\ No newline at end of file