fix(i18n/ru): fix typo in 'notFound' (#114)
This commit is contained in:
parent
0de250c9ff
commit
1ec73b2d76
12
i18n/ru.yaml
12
i18n/ru.yaml
@ -12,13 +12,13 @@ list:
|
|||||||
other: "{{ .Count }} страниц"
|
other: "{{ .Count }} страниц"
|
||||||
|
|
||||||
section:
|
section:
|
||||||
other: Разделы
|
other: Раздел
|
||||||
|
|
||||||
subsection:
|
subsection:
|
||||||
one: Подраздел
|
one: Подраздел
|
||||||
few: Подраздела
|
few: Подразделы
|
||||||
many: Подразделов
|
many: Подразделы
|
||||||
other: Подразделов
|
other: Подразделы
|
||||||
|
|
||||||
article:
|
article:
|
||||||
relatedContents:
|
relatedContents:
|
||||||
@ -28,7 +28,7 @@ article:
|
|||||||
|
|
||||||
notFound:
|
notFound:
|
||||||
title:
|
title:
|
||||||
other: Не найшено
|
other: Не найдено
|
||||||
subtitle:
|
subtitle:
|
||||||
other: Запрашиваемая страница не существует
|
other: Запрашиваемая страница не существует
|
||||||
|
|
||||||
@ -54,4 +54,4 @@ footer:
|
|||||||
builtWith:
|
builtWith:
|
||||||
other: Создано при помощи {{ .Generator }}
|
other: Создано при помощи {{ .Generator }}
|
||||||
designedBy:
|
designedBy:
|
||||||
other: Тема {{ .Theme }} дизайн {{ .DesignedBy }}
|
other: Тема {{ .Theme }}, дизайн {{ .DesignedBy }}
|
||||||
|
Loading…
Reference in New Issue
Block a user