2022-06-08 23:24:19 +03:00
|
|
|
import { Translations } from "./rus.ts";
|
|
|
|
|
|
|
|
export default {
|
|
|
|
About: "About",
|
|
|
|
Works: "Works",
|
2022-06-22 00:35:55 +03:00
|
|
|
Chronological: "Chronological",
|
2022-06-08 23:24:19 +03:00
|
|
|
Source_code: "Source code",
|
|
|
|
Page_not_found: "Page not found",
|
|
|
|
Internal_server_error: "Internal server error",
|
|
|
|
} as Translations;
|