In Russian this section is rather called 'Образование' (literally: education) containing high school, certificates and courses, while 'Обучение' (literally: training) is a process of improving skills. Signed-off-by: Lesya Novaselskaya <shams@airpost.net>
14 lines
260 B
JavaScript
Executable File
14 lines
260 B
JavaScript
Executable File
/* eslint-disable */
|
||
|
||
const ru = {
|
||
headings: {
|
||
contact: "Контакты",
|
||
experience: "Опыт",
|
||
education: "Образование",
|
||
skills: "Навыки",
|
||
about: "Обо мне"
|
||
}
|
||
};
|
||
|
||
export default ru;
|