1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-11-28 04:45:14 +00:00

Editor: Change the title for new hyphae

Now: Create <hypha name>

Before: Edit <hypha name>; and a warning below
This commit is contained in:
Timur Ismagilov
2022-10-23 15:29:36 +03:00
parent dea9d644c5
commit 474c69d6d2
2 changed files with 9 additions and 7 deletions

View File

@@ -17,6 +17,7 @@ var (
ruTranslation = `
{{define "editing hypha"}}Редактирование {{beautifulName .}}{{end}}
{{define "editing [[hypha]]"}}Редактирование <a href="/hypha/{{.}}">{{beautifulName .}}</a>{{end}}
{{define "creating [[hypha]]"}}Создание <a href="/hypha/{{.}}">{{beautifulName .}}</a>{{end}}
{{define "you're creating a new hypha"}}Вы создаёте новую гифу.{{end}}
{{define "describe your changes"}}Опишите ваши правки{{end}}
{{define "save"}}Сохранить{{end}}