ru i18n: Fix type in 'notFound', add numbered translation to 'subsection'

This commit is contained in:
Sergey Blazhko 2021-01-03 18:04:13 +03:00
parent 0de250c9ff
commit 27fc7009bf

View File

@ -15,10 +15,14 @@ list:
other: Разделы
subsection:
one: Подраздел
few: Подраздела
many: Подразделов
other: Подразделов
one: "{{ .Count }} подраздел"
few: "{{ .Count }} подраздела"
many: "{{ .Count }} подразделов"
other: "{{ .Count }} подразделов"
archives:
categories:
other: Категории
article:
relatedContents:
@ -28,7 +32,7 @@ article:
notFound:
title:
other: Не найшено
other: Не найдено
subtitle:
other: Запрашиваемая страница не существует
@ -54,4 +58,4 @@ footer:
builtWith:
other: Создано при помощи {{ .Generator }}
designedBy:
other: Тема {{ .Theme }} дизайн {{ .DesignedBy }}
other: Тема {{ .Theme }}, дизайн {{ .DesignedBy }}