// Arabic (ar) import type { contentType } from "./content"; export const content: contentType = { brandName: "GlobaCheap", phone: "هاتف", contacts: "جهات الاتصال", buyCredits: "شراء الرصيد", rates: "الأسعار", logIn: "تسجيل الدخول", signUp: "تسجيل", languageLabel: "اللغة", profile: { credits: "الرصيد", accountSettings: "إعدادات الحساب", signOut: "تسجيل الخروج", }, };