Files
honey-fe/public/locales/ru.d.ts
Hewston Fox 1cadf7f1d2
All checks were successful
Deploy to VPS (dist) / deploy (push) Successful in 1m34s
feat: add navbar
2026-03-18 03:26:43 +02:00

10 lines
258 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
export declare const resources: {
hello: "Привет мир";
"actionModal.close": "Закрыть";
"nav.shop": "Магазин";
"nav.apiary": "Пасека";
"nav.game": "Игра";
"nav.cashdesk": "Касса";
"nav.menu": "Меню";
};