From 71dbaea6c6913645b9503d5097f1d974ee6f1f0d Mon Sep 17 00:00:00 2001 From: Stanislav Gavrilov Date: Sun, 28 Jan 2024 12:35:11 +0300 Subject: [PATCH] feat: add russian lang for the content file --- docs/src/content/i18n/ru.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/src/content/i18n/ru.json diff --git a/docs/src/content/i18n/ru.json b/docs/src/content/i18n/ru.json new file mode 100644 index 0000000..3974f45 --- /dev/null +++ b/docs/src/content/i18n/ru.json @@ -0,0 +1,22 @@ +{ + "page.title.challenge": "Испытание", + "author.createdBy": "Создано", + "buttons.star": "Дать звезду", + "buttons.sponsor": "Спонсор", + + "404.text": "Страница не найдена. Проверьте URL-адрес или воспользуйтесь строкой поиска.", + + "challenge.footer": { + "note": "Примечание", + "running": "Запустите проект, выполнив команду:", + "start": "Название вашего PR должно начинаться со слов", + "reminder": "Не забудьте", + "communityAnswers": "Решения сообщества", + "authorAnswer": "Решение автора", + "blogPost": "Статья", + "gettingStarted": { + "title": "Чтобы пройти это испытание, прочитайте:", + "link": "Первые шаги" + } + } +}