// Chinese (zh) import type { contentType } from "./content"; export const content: contentType = { brandName: "GlobaCheap", phone: "手机", contacts: "联系人", buyCredits: "购买积分", rates: "费率", logIn: "登录", signUp: "注册", languageLabel: "语言", profile: { credits: "积分", accountSettings: "账户设置", signOut: "退出登录", }, };