Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Ukrainian] Translate untranslated strings #953

Merged
merged 2 commits into from
Nov 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions site/docs/.vitepress/configs/locales/uk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -430,30 +430,30 @@ export const siteUk: LocaleConfig = {
},
outline: {
level: [2, 6],
label: "On this page",
label: "На цій сторінці",
},
editLink: {
text: "Редагувати цю сторінку на GitHub",
pattern:
"https://github.com/grammyjs/website/edit/main/site/docs/:path",
},
lastUpdatedText: "Востаннє оновлено",
darkModeSwitchLabel: "Appearance", // only displayed in the mobile view.
sidebarMenuLabel: "Menu", // only displayed in the mobile view.
returnToTopLabel: "Return to top", // only displayed in the mobile view.
langMenuLabel: "Change language", // Aria-label
darkModeSwitchLabel: "Вигляд", // only displayed in the mobile view.
sidebarMenuLabel: "Меню", // only displayed in the mobile view.
returnToTopLabel: "До гори", // only displayed in the mobile view.
langMenuLabel: "Змінити мову", // Aria-label
socialLinks: [
{
link: social.telegram.link,
icon: {
svg: social.telegram.icon,
},
ariaLabel: "grammY Telegram group link",
ariaLabel: "Посилання на групу Telegram grammY",
},
{
link: social.github.link,
icon: social.github.icon,
ariaLabel: "grammY repository link",
ariaLabel: "Посилання на репозиторій grammY",
},
],
},
Expand Down Expand Up @@ -513,7 +513,7 @@ export const notFoundUk: Record<string, NotFound> = {
uk: {
title: "PAGE NOT FOUND",
rojvv marked this conversation as resolved.
Show resolved Hide resolved
backToHome: "Ніколи не забувайте, звідки ви",
ariaLabel: "Go to home",
ariaLabel: "Повернутися на головну",
messages: [
"Не знайдено",
"Тут для тебе нічого немає, вибач.",
Expand Down