recipes/web/translates/eng.ts

11 lines
262 B
TypeScript

import { Translations } from "./rus.ts";
export default {
Home: "Home",
Recipes: "Recipes",
Ingredients: "Ingredients",
Source_code: "Source code",
Page_not_found: "Page not found",
Internal_server_error: "Internal server error",
} as Translations;