// Russian (ru) import type { contentType } from "./content"; export const content: contentType = { brandName: "GlobaCheap", phone: "Телефон", contacts: "Контакты", buyCredits: "Купить кредиты", rates: "Тарифы", logIn: "Войти", signUp: "Зарегистрироваться", languageLabel: "Язык", profile: { credits: "Кредиты", accountSettings: "Настройки аккаунта", signOut: "Выйти", }, };