refactor(i18n): simplify the structure of the translation file

This commit is contained in:
Jimmy Cai
2022-06-12 09:13:39 +00:00
committed by GitHub
parent b02569add9
commit b66083e728
24 changed files with 417 additions and 1077 deletions
+17 -46
View File
@@ -1,71 +1,42 @@
toggleMenu:
other: Показати меню
toggleMenu: Показати меню
darkMode:
other: Темна тема
darkMode: Темна тема
list:
page:
one: "{{ .Count }} сторінка"
few: "{{ .Count }} сторінки"
other: "{{ .Count }} сторінок"
section:
other: Секція
section: Секція
subsection:
one: Підсекція
other: Підсекції
article:
back:
other: Назад
tableOfContents:
other: Зміст
relatedContent:
other: Схожі матеріали
lastUpdatedOn:
other: Востаннє оновлено
back: Назад
tableOfContents: Зміст
relatedContent: Схожі матеріали
lastUpdatedOn: Востаннє оновлено
readingTime:
one: "Час читання: {{ .Count }} хв"
other: "Час читання: {{ .Count }} хв"
notFound:
title:
other: Не знайдено
subtitle:
other: Ця сторінка не існує
title: Не знайдено
subtitle: Ця сторінка не існує
widget:
archives:
title:
other: Архіви
more:
other: Більше
title: Архіви
more: Більше
tagCloud:
title:
other: Теґи
title: Теґи
search:
title:
other: Пошук
placeholder:
other: Напишіть що-небудь...
resultTitle:
other: "#PAGES_COUNT сторінок (#TIME_SECONDS секунд)"
title: Пошук
placeholder: Напишіть що-небудь...
resultTitle: "#PAGES_COUNT сторінок (#TIME_SECONDS секунд)"
footer:
builtWith:
other: Створено з {{ .Generator }}
designedBy:
other: Тема {{ .Theme }}, дизайн {{ .DesignedBy }}
builtWith: Створено з {{ .Generator }}
designedBy: Тема {{ .Theme }}, дизайн {{ .DesignedBy }}