Add modified time, fix translations, make reading time optional
This commit is contained in:
parent
9d53238842
commit
e0a5a06ce1
10 changed files with 28 additions and 3 deletions
|
|
@ -5,6 +5,8 @@
|
|||
translation: "2 Jan, 2006 15:04:05"
|
||||
- id: postedOnDate
|
||||
translation: "Gepostet am {{ .Count }}"
|
||||
- id: lastModified
|
||||
translation: "(Zuletzt geändert am {{ .Count }})"
|
||||
- id: translationsLabel
|
||||
translation: "Andere Sprachen: "
|
||||
- id: translationsSeparator
|
||||
|
|
@ -22,7 +24,7 @@
|
|||
- id: readTime
|
||||
translation: "minuten"
|
||||
- id: words
|
||||
translation: "wörter"
|
||||
translation: "Wörter"
|
||||
|
||||
|
||||
# 404 page
|
||||
|
|
|
|||
|
|
@ -5,6 +5,8 @@
|
|||
translation: "Jan 2, 2006 15:04:05"
|
||||
- id: postedOnDate
|
||||
translation: "Posted on {{ .Count }}"
|
||||
- id: lastModified
|
||||
translation: "(Last modified on {{ .Count }})"
|
||||
- id: translationsLabel
|
||||
translation: "Other languages: "
|
||||
- id: translationsSeparator
|
||||
|
|
|
|||
|
|
@ -5,6 +5,8 @@
|
|||
translation: "2 Jan, 2006 15:04:05"
|
||||
- id: postedOnDate
|
||||
translation: "Publicado el {{ .Count }}"
|
||||
- id: lastModified
|
||||
translation: "(Última modificación en {{ .Count }})"
|
||||
- id: translationsLabel
|
||||
translation: "Otros idiomas: "
|
||||
- id: translationsSeparator
|
||||
|
|
|
|||
|
|
@ -5,6 +5,8 @@
|
|||
translation: "2 Jan, 2006 15:04:05"
|
||||
- id: postedOnDate
|
||||
translation: "Posté le {{ .Count }}"
|
||||
- id: lastModified
|
||||
translation: "(Dernière modification le {{ .Count }})"
|
||||
- id: translationsLabel
|
||||
translation: "Autres langues: "
|
||||
- id: translationsSeparator
|
||||
|
|
|
|||
|
|
@ -5,6 +5,8 @@
|
|||
translation: "2 Jan, 2006 15:04:05"
|
||||
- id: postedOnDate
|
||||
translation: "{{ .Count }}に投稿"
|
||||
- id: lastModified
|
||||
translation: "(最終更新日時{{ .Count }})"
|
||||
- id: translationsLabel
|
||||
translation: "翻訳:"
|
||||
- id: translationsSeparator
|
||||
|
|
|
|||
|
|
@ -5,6 +5,8 @@
|
|||
translation: "2 Jan, 2006 15:04:05"
|
||||
- id: postedOnDate
|
||||
translation: "Opublikowany {{ .Count }}"
|
||||
- id: lastModified
|
||||
translation: "(Ostatnia modyfikacja {{ .Count }})"
|
||||
- id: translationsLabel
|
||||
translation: "Inne języki: "
|
||||
- id: translationsSeparator
|
||||
|
|
|
|||
|
|
@ -5,6 +5,8 @@
|
|||
translation: "2 Jan, 2006 15:04:05"
|
||||
- id: postedOnDate
|
||||
translation: "Опубликовано {{ .Count }}"
|
||||
- id: lastModified
|
||||
translation: "(Последнее изменение {{ .Count }})"
|
||||
- id: translationsLabel
|
||||
translation: "Другие языки: "
|
||||
- id: translationsSeparator
|
||||
|
|
|
|||
|
|
@ -5,6 +5,8 @@
|
|||
translation: "2 Jan, 2006 15:04:05"
|
||||
- id: postedOnDate
|
||||
translation: "发表于 {{ .Count }}"
|
||||
- id: lastModified
|
||||
translation: "(上次修改时间 {{ .Count }})"
|
||||
- id: translationsLabel
|
||||
translation: "其它语言: "
|
||||
- id: translationsSeparator
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue