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:
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user