fix(i18n/ru): fix typo in 'notFound' (#114)

This commit is contained in:
SOT-TECH 2021-01-04 00:42:08 +03:00 committed by GitHub
parent 0de250c9ff
commit 1ec73b2d76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}