You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
1.0 KiB
TypeScript

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

import { LocalesMap } from '@/utils/useLocale';
export const locales: LocalesMap = {
ru: {
pageTitle: 'RideBus - Вклад',
pageDescription:
'RideBus — Приложение, которое поможет вам удобно смотреть расписание общественного транспорта',
appName: 'RideBus',
reviewTitle: 'Оставьте отзыв',
reviewDescription:
'Буду благодарен, если вы оставите свой отзыв о приложении. Отзывы очень важны и помогают улучшать приложение.',
},
en: {
pageTitle: 'RideBus - Contribute',
pageDescription: 'RideBus — An app that helps you conveniently view public transportation schedules',
appName: 'RideBus',
reviewTitle: 'Leave a review',
reviewDescription:
'I would be grateful if you could leave your feedback on the application. Reviews are very important and help us improve application.',
},
};