recipes/web/translates/rus.ts

12 lines
281 B
TypeScript

export const rus = {
Home: "Главная",
Recipes: "Рецепты",
Ingredients: "Ингредиенты",
Source_code: "Исходный код",
Page_not_found: "Страница не найдена",
};
export default rus;
export type Translations = typeof rus;