From 7ad8a06f66663d02bb4368f464262020b751df93 Mon Sep 17 00:00:00 2001 From: Timur Ismagilov Date: Mon, 27 Nov 2023 22:50:55 +0300 Subject: [PATCH] Follow up translation to the patch --- admin/view.go | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/admin/view.go b/admin/view.go index e7537c9..26c1ce2 100644 --- a/admin/view.go +++ b/admin/view.go @@ -10,7 +10,6 @@ import ( "net/http" ) -// TODO: translate some untranslated strings const adminTranslationRu = ` {{define "panel title"}}Панель админстратора{{end}} {{define "panel safe section title"}}Безопасная секция{{end}} @@ -34,9 +33,9 @@ const adminTranslationRu = ` {{define "new user"}}Новый пользователь{{end}} {{define "password"}}Пароль{{end}} -{{define "confirm password"}}Confirm password{{end}} -{{define "change password"}}Change password{{end}} -{{define "non local password change"}}Non-local accounts cannot have their passwords changed.{{end}} +{{define "confirm password"}}Подтвердить пароль{{end}} +{{define "change password"}}Изменить пароль{{end}} +{{define "non local password change"}}Поменять пароль можно только у локальных пользователей.{{end}} {{define "create"}}Создать{{end}} {{define "change group"}}Изменить группу{{end}}