Dmitriy Pleshevskiy
b24e460ec7
All checks were successful
continuous-integration/drone/push Build is passing
12 lines
354 B
TypeScript
12 lines
354 B
TypeScript
export const rus = {
|
||
About: "Обо мне",
|
||
Works: "Работы",
|
||
Chronological: "Хронология",
|
||
Source_code: "Исходный код",
|
||
Page_not_found: "Страница не найдена",
|
||
Internal_server_error: "Внутренняя ошибка сервера",
|
||
};
|
||
|
||
export default rus;
|
||
|
||
export type Translations = typeof rus;
|