// Portuguese (pt) import type { contentType } from "./content"; export const content: contentType = { brandName: "GlobaCheap", phone: "Telefone", contacts: "Contatos", buyCredits: "Comprar Créditos", rates: "Tarifas", logIn: "Entrar", signUp: "Inscrever-se", languageLabel: "Idioma", profile: { credits: "Créditos", accountSettings: "Configurações da Conta", signOut: "Sair", }, };