1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-12-04 18:19:54 +00:00

Follow up translation to the patch

This commit is contained in:
Timur Ismagilov 2023-11-27 22:50:55 +03:00
parent 5f592acc55
commit 7ad8a06f66

View File

@ -10,7 +10,6 @@ import (
"net/http" "net/http"
) )
// TODO: translate some untranslated strings
const adminTranslationRu = ` const adminTranslationRu = `
{{define "panel title"}}Панель админстратора{{end}} {{define "panel title"}}Панель админстратора{{end}}
{{define "panel safe section title"}}Безопасная секция{{end}} {{define "panel safe section title"}}Безопасная секция{{end}}
@ -34,9 +33,9 @@ const adminTranslationRu = `
{{define "new user"}}Новый пользователь{{end}} {{define "new user"}}Новый пользователь{{end}}
{{define "password"}}Пароль{{end}} {{define "password"}}Пароль{{end}}
{{define "confirm password"}}Confirm password{{end}} {{define "confirm password"}}Подтвердить пароль{{end}}
{{define "change password"}}Change password{{end}} {{define "change password"}}Изменить пароль{{end}}
{{define "non local password change"}}Non-local accounts cannot have their passwords changed.{{end}} {{define "non local password change"}}Поменять пароль можно только у локальных пользователей.{{end}}
{{define "create"}}Создать{{end}} {{define "create"}}Создать{{end}}
{{define "change group"}}Изменить группу{{end}} {{define "change group"}}Изменить группу{{end}}