// German (de) import type { contentType } from "./content"; export const content: contentType = { brandName: "GlobaCheap", phone: "Telefon", contacts: "Kontakte", buyCredits: "Credits kaufen", rates: "Tarife", logIn: "Anmelden", signUp: "Registrieren", languageLabel: "Sprache", profile: { credits: "Credits", accountSettings: "Kontoeinstellungen", signOut: "Abmelden", }, };