Skip to content

Commit

Permalink
Add missing UI translations (#1051)
Browse files Browse the repository at this point in the history
Co-authored-by: Acer <>
  • Loading branch information
niusia-ua committed May 16, 2024
1 parent 2b2d2b6 commit 8cfca9b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion site/docs/.vitepress/configs/locales/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ export const siteEs: LocaleConfig = {
},
outline: {
level: [2, 6],
label: "On this page",
label: "En esta página",
},
editLink: {
text: "Editar esta página en GitHub",
Expand Down
2 changes: 1 addition & 1 deletion site/docs/.vitepress/configs/locales/uk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ export const siteUk: LocaleConfig = {
],
notFound: {
code: "404",
title: "PAGE NOT FOUND",
title: "СТОРІНКУ НЕ ЗНАЙДЕНО",
linkText: "Ніколи не забувайте, звідки ви",
linkLabel: "Повернутися на головну",
messages: [
Expand Down
6 changes: 3 additions & 3 deletions site/docs/.vitepress/configs/locales/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ export const siteZh: LocaleConfig = {
},
outline: {
level: [2, 6],
label: "On this page",
label: "在此页面",
},
editLink: {
text: "在 GitHub 上编辑此页面",
Expand Down Expand Up @@ -483,9 +483,9 @@ export const siteZh: LocaleConfig = {
],
notFound: {
code: "404",
title: "PAGE NOT FOUND",
title: "此页面不存在",
linkText: "回到首页",
linkLabel: "Go to home",
linkLabel: "回到首页",
messages: [
"糟糕!这个页面不存在。",
"无",
Expand Down

0 comments on commit 8cfca9b

Please sign in to comment.