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",
|
2022-07-04 00:15:23 +03:00
|
|
|
Name: "Name",
|
|
|
|
Description: "Description",
|
|
|
|
Role: "Role",
|
|
|
|
Technologies: "Technologies",
|
|
|
|
Start: "Start",
|
|
|
|
Status_or_End: "Status/End",
|
2022-06-08 23:24:19 +03:00
|
|
|
} as Translations;
|