diff --git a/locales/en/out.gotext.json b/locales/en/out.gotext.json index 6ac1173..7c5ed76 100644 --- a/locales/en/out.gotext.json +++ b/locales/en/out.gotext.json @@ -16,9 +16,16 @@ "fuzzy": true }, { - "id": "Published at", - "message": "Published at", - "translation": "Published at", + "id": "Published exactly at", + "message": "Published exactly at", + "translation": "Published exactly at", + "translatorComment": "Copied from source.", + "fuzzy": true + }, + { + "id": "Published after", + "message": "Published after", + "translation": "Published after", "translatorComment": "Copied from source.", "fuzzy": true }, diff --git a/locales/ru/messages.gotext.json b/locales/ru/messages.gotext.json index 192edf3..eab0d1e 100644 --- a/locales/ru/messages.gotext.json +++ b/locales/ru/messages.gotext.json @@ -12,9 +12,14 @@ "translation": "Содержимое" }, { - "id": "Published at", - "message": "Published at", - "translation": "Дата публикации" + "id": "Published exactly at", + "message": "Published exactly at", + "translation": "Опубликовать точно в" + }, + { + "id": "Published after", + "message": "Published after", + "translation": "Опубликовать через" }, { "id": "Tags", diff --git a/locales/ru/out.gotext.json b/locales/ru/out.gotext.json index 81b1e64..8687d45 100644 --- a/locales/ru/out.gotext.json +++ b/locales/ru/out.gotext.json @@ -12,9 +12,14 @@ "translation": "Содержимое" }, { - "id": "Published at", - "message": "Published at", - "translation": "Дата публикации" + "id": "Published exactly at", + "message": "Published exactly at", + "translation": "Опубликовать точно в" + }, + { + "id": "Published after", + "message": "Published after", + "translation": "Опубликовать через" }, { "id": "Tags", diff --git a/locales_gen.go b/locales_gen.go index 8dd7d84..0d7a322 100644 --- a/locales_gen.go +++ b/locales_gen.go @@ -39,26 +39,30 @@ func init() { } var messageKeyToIndex = map[string]int{ - "Content": 1, - "Name": 0, - "Published at": 2, - "Send": 4, - "Tags": 3, + "Content": 1, + "Name": 0, + "Published after": 3, + "Published exactly at": 2, + "Send": 5, + "Tags": 4, } -var enIndex = []uint32{ // 6 elements - 0x00000000, 0x00000005, 0x0000000d, 0x0000001a, - 0x0000001f, 0x00000024, -} // Size: 48 bytes +var enIndex = []uint32{ // 7 elements + 0x00000000, 0x00000005, 0x0000000d, 0x00000022, + 0x00000032, 0x00000037, 0x0000003c, +} // Size: 52 bytes -const enData string = "\x02Name\x02Content\x02Published at\x02Tags\x02Send" +const enData string = "" + // Size: 60 bytes + "\x02Name\x02Content\x02Published exactly at\x02Published after\x02Tags" + + "\x02Send" -var ruIndex = []uint32{ // 6 elements - 0x00000000, 0x00000011, 0x00000026, 0x00000044, - 0x0000004d, 0x00000060, -} // Size: 48 bytes +var ruIndex = []uint32{ // 7 elements + 0x00000000, 0x00000011, 0x00000026, 0x0000004d, + 0x00000071, 0x0000007a, 0x0000008d, +} // Size: 52 bytes -const ruData string = "" + // Size: 96 bytes - "\x02Название\x02Содержимое\x02Дата публикации\x02Тэги\x02Отправить" +const ruData string = "" + // Size: 141 bytes + "\x02Название\x02Содержимое\x02Опубликовать точно в\x02Опубликовать через" + + "\x02Тэги\x02Отправить" - // Total table size 228 bytes (0KiB); checksum: 36937515 + // Total table size 305 bytes (0KiB); checksum: 8DEE5E28 diff --git a/web/template/editor.qtpl b/web/template/editor.qtpl index 3fcdf88..8948151 100644 --- a/web/template/editor.qtpl +++ b/web/template/editor.qtpl @@ -56,7 +56,7 @@ Editor — Micropub
+
+ +
+
+ +
+
`) -//line web/template/editor.qtpl:84 +//line web/template/editor.qtpl:94 } -//line web/template/editor.qtpl:84 +//line web/template/editor.qtpl:94 func (pe *PageEditor) writebody(qq422016 qtio422016.Writer) { -//line web/template/editor.qtpl:84 +//line web/template/editor.qtpl:94 qw422016 := qt422016.AcquireWriter(qq422016) -//line web/template/editor.qtpl:84 +//line web/template/editor.qtpl:94 pe.streambody(qw422016) -//line web/template/editor.qtpl:84 +//line web/template/editor.qtpl:94 qt422016.ReleaseWriter(qw422016) -//line web/template/editor.qtpl:84 +//line web/template/editor.qtpl:94 } -//line web/template/editor.qtpl:84 +//line web/template/editor.qtpl:94 func (pe *PageEditor) body() string { -//line web/template/editor.qtpl:84 +//line web/template/editor.qtpl:94 qb422016 := qt422016.AcquireByteBuffer() -//line web/template/editor.qtpl:84 +//line web/template/editor.qtpl:94 pe.writebody(qb422016) -//line web/template/editor.qtpl:84 +//line web/template/editor.qtpl:94 qs422016 := string(qb422016.B) -//line web/template/editor.qtpl:84 +//line web/template/editor.qtpl:94 qt422016.ReleaseByteBuffer(qb422016) -//line web/template/editor.qtpl:84 +//line web/template/editor.qtpl:94 return qs422016 -//line web/template/editor.qtpl:84 +//line web/template/editor.qtpl:94 }