mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-04-29 12:03:31 +08:00
ru i18n: Fix type in 'notFound', add numbered translation to 'subsection'
This commit is contained in:
parent
0de250c9ff
commit
27fc7009bf
16
i18n/ru.yaml
16
i18n/ru.yaml
@ -15,10 +15,14 @@ list:
|
|||||||
other: Разделы
|
other: Разделы
|
||||||
|
|
||||||
subsection:
|
subsection:
|
||||||
one: Подраздел
|
one: "{{ .Count }} подраздел"
|
||||||
few: Подраздела
|
few: "{{ .Count }} подраздела"
|
||||||
many: Подразделов
|
many: "{{ .Count }} подразделов"
|
||||||
other: Подразделов
|
other: "{{ .Count }} подразделов"
|
||||||
|
|
||||||
|
archives:
|
||||||
|
categories:
|
||||||
|
other: Категории
|
||||||
|
|
||||||
article:
|
article:
|
||||||
relatedContents:
|
relatedContents:
|
||||||
@ -28,7 +32,7 @@ article:
|
|||||||
|
|
||||||
notFound:
|
notFound:
|
||||||
title:
|
title:
|
||||||
other: Не найшено
|
other: Не найдено
|
||||||
subtitle:
|
subtitle:
|
||||||
other: Запрашиваемая страница не существует
|
other: Запрашиваемая страница не существует
|
||||||
|
|
||||||
@ -54,4 +58,4 @@ footer:
|
|||||||
builtWith:
|
builtWith:
|
||||||
other: Создано при помощи {{ .Generator }}
|
other: Создано при помощи {{ .Generator }}
|
||||||
designedBy:
|
designedBy:
|
||||||
other: Тема {{ .Theme }} дизайн {{ .DesignedBy }}
|
other: Тема {{ .Theme }}, дизайн {{ .DesignedBy }}
|
||||||
|
Loading…
Reference in New Issue
Block a user