Documentation + added distribution files for git creation date integration

This commit is contained in:
squidfunk 2021-05-02 11:24:34 +02:00
parent 1bb22efbce
commit 9da2afef91
52 changed files with 129 additions and 22 deletions

View File

@ -38,8 +38,8 @@ assignees: ''
"search.result.more.other": "# more on this page", "search.result.more.other": "# more on this page",
"skip.link.title": "Skip to content", "skip.link.title": "Skip to content",
"source.link.title": "Go to repository", "source.link.title": "Go to repository",
"source.revision.date": "Last update", "source.file.date.updated": "Last update",
"source.revision.date_created": "Created", "source.file.date.created": "Created",
"tabs.title": "Tabs", "tabs.title": "Tabs",
"toc.title": "Table of contents" "toc.title": "Table of contents"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -146,8 +146,8 @@ Use them at your own risk._
[:octicons-cpu-24: Plugin][12] [:octicons-cpu-24: Plugin][12]
Similarly, the [git-revision-date-localized][12] plugin adds support for adding Similarly, the [git-revision-date-localized][12] plugin adds support for adding
a localized _last updated_ date at the bottom of each page. It can be installed a localized _updated at_ and _created at_ date at the bottom of each page. It
with `pip`: can be installed with `pip`:
``` ```
pip install mkdocs-git-revision-date-localized-plugin pip install mkdocs-git-revision-date-localized-plugin
@ -164,8 +164,9 @@ The following options are supported:
`type`{ #type } `type`{ #type }
: :octicons-milestone-24: Default: `date` The format of the date to be displayed. : :octicons-milestone-24: Default: `date` The format of the date to be
Valid values are `date`, `datetime`, `iso_date`, `iso_datetime` and `timeago`: displayed. Valid values are `date`, `datetime`, `iso_date`, `iso_datetime`
and `timeago`:
``` yaml ``` yaml
plugins: plugins:
@ -177,7 +178,7 @@ The following options are supported:
: :octicons-milestone-24: Default: `false` Enables falling back to : :octicons-milestone-24: Default: `false` Enables falling back to
the time when `mkdocs build` was executed. Can be used as a fallback when the time when `mkdocs build` was executed. Can be used as a fallback when
the git repository is not available: the build is performed outside of the git repository:
``` yaml ``` yaml
plugins: plugins:
@ -187,7 +188,9 @@ The following options are supported:
`enable_creation_date`{ #enable_creation_date } `enable_creation_date`{ #enable_creation_date }
: :octicons-milestone-24: Default: `false` Enables adding a *Created* date at the bottom of each page. : :octicons-milestone-24: Default: `false` Enables the display of the
_created at_ date of the file associated with the page next to the
_updated at_ date at the bottom of the page:
``` yaml ``` yaml
plugins: plugins:

View File

@ -18,6 +18,8 @@
"search.result.other": "# ooreenstemmende dokumente", "search.result.other": "# ooreenstemmende dokumente",
"skip.link.title": "Slaan oor na inhoud", "skip.link.title": "Slaan oor na inhoud",
"source.link.title": "Slaan oor na inhoud", "source.link.title": "Slaan oor na inhoud",
"source.revision.date": "Laaste opdatering", "source.revision.date": "Laaste opdatering",
"source.file.date.updated": "Laaste opdatering",
"source.file.date.created": "Geskep",
"toc.title": "Inhoudsopgawe" "toc.title": "Inhoudsopgawe"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -20,5 +20,7 @@
"skip.link.title": "انتقل إلى المحتوى", "skip.link.title": "انتقل إلى المحتوى",
"source.link.title": "اذهب إلى المصدر", "source.link.title": "اذهب إلى المصدر",
"source.revision.date": "اخر تحديث", "source.revision.date": "اخر تحديث",
"source.file.date.updated": "اخر تحديث",
"source.file.date.created": "خلقت",
"toc.title": "جدول المحتويات" "toc.title": "جدول المحتويات"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -25,6 +25,8 @@
"skip.link.title": "Към съдържанието", "skip.link.title": "Към съдържанието",
"source.link.title": "Към хранилището", "source.link.title": "Към хранилището",
"source.revision.date": "Последна промяна", "source.revision.date": "Последна промяна",
"source.file.date.updated": "Последна промяна",
"source.file.date.created": "Създаден",
"tabs.title": "Табове", "tabs.title": "Табове",
"toc.title": "Съдържание" "toc.title": "Съдържание"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -23,6 +23,8 @@
"skip.link.title": "কনটেন্টে যান", "skip.link.title": "কনটেন্টে যান",
"source.link.title": "রিপোজিটরিতে যান", "source.link.title": "রিপোজিটরিতে যান",
"source.revision.date": "শেষ আপডেট", "source.revision.date": "শেষ আপডেট",
"source.file.date.updated": "শেষ আপডেট",
"source.file.date.created": "তৈরি হয়েছে",
"tabs.title": "ট্যাব", "tabs.title": "ট্যাব",
"toc.title": "টেবিল অফ কনটেন্ট" "toc.title": "টেবিল অফ কনটেন্ট"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -18,5 +18,7 @@
"skip.link.title": "Salta el contingut", "skip.link.title": "Salta el contingut",
"source.link.title": "Ves al repositori", "source.link.title": "Ves al repositori",
"source.revision.date": "Darrera actualització", "source.revision.date": "Darrera actualització",
"source.file.date.updated": "Darrera actualització",
"source.file.date.created": "Creada",
"toc.title": "Taula de continguts" "toc.title": "Taula de continguts"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -18,5 +18,7 @@
"skip.link.title": "Přeskočit obsah", "skip.link.title": "Přeskočit obsah",
"source.link.title": "Přejít do repozitáře", "source.link.title": "Přejít do repozitáře",
"source.revision.date": "Poslední aktualizace", "source.revision.date": "Poslední aktualizace",
"source.file.date.updated": "Poslední aktualizace",
"source.file.date.created": "Vytvořeno",
"toc.title": "Obsah" "toc.title": "Obsah"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -19,5 +19,7 @@
"skip.link.title": "Gå til indholdet", "skip.link.title": "Gå til indholdet",
"source.link.title": "Åbn arkiv", "source.link.title": "Åbn arkiv",
"source.revision.date": "Sidste ændring", "source.revision.date": "Sidste ændring",
"source.file.date.updated": "Sidste ændring",
"source.file.date.created": "Oprettet",
"toc.title": "Indholdsfortegnelse" "toc.title": "Indholdsfortegnelse"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -23,5 +23,7 @@
"skip.link.title": "Zum Inhalt", "skip.link.title": "Zum Inhalt",
"source.link.title": "Quellcode", "source.link.title": "Quellcode",
"source.revision.date": "Letztes Update", "source.revision.date": "Letztes Update",
"source.file.date.updated": "Letztes Update",
"source.file.date.created": "Erstellt",
"toc.title": "Inhaltsverzeichnis" "toc.title": "Inhaltsverzeichnis"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -30,6 +30,8 @@
"skip.link.title": "Skip to content", "skip.link.title": "Skip to content",
"source.link.title": "Go to repository", "source.link.title": "Go to repository",
"source.revision.date": "Last update", "source.revision.date": "Last update",
"source.file.date.updated": "Last update",
"source.file.date.created": "Created",
"tabs.title": "Tabs", "tabs.title": "Tabs",
"toc.title": "Table of contents" "toc.title": "Table of contents"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -23,6 +23,8 @@
"skip.link.title": "Saltu al enhavo", "skip.link.title": "Saltu al enhavo",
"source.link.title": "Iru al deponejo", "source.link.title": "Iru al deponejo",
"source.revision.date": "Lasta ĝisdatigo", "source.revision.date": "Lasta ĝisdatigo",
"source.file.date.updated": "Lasta ĝisdatigo",
"source.file.date.created": "Kreita",
"tabs.title": "Langetoj", "tabs.title": "Langetoj",
"toc.title": "Enhavtabelo" "toc.title": "Enhavtabelo"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -27,6 +27,8 @@
"skip.link.title": "Saltar a contenido", "skip.link.title": "Saltar a contenido",
"source.link.title": "Ir al repositorio", "source.link.title": "Ir al repositorio",
"source.revision.date": "Última actualización", "source.revision.date": "Última actualización",
"source.file.date.updated": "Última actualización",
"source.file.date.created": "Created",
"tabs.title": "Pestañas", "tabs.title": "Pestañas",
"toc.title": "Tabla de contenidos" "toc.title": "Tabla de contenidos"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -18,5 +18,7 @@
"skip.link.title": "Keri sisuni", "skip.link.title": "Keri sisuni",
"source.link.title": "Ava repositooriumis", "source.link.title": "Ava repositooriumis",
"source.revision.date": "Viimane uuendus", "source.revision.date": "Viimane uuendus",
"source.file.date.updated": "Viimane uuendus",
"source.file.date.created": "Loodud",
"toc.title": "Sisukord" "toc.title": "Sisukord"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -20,5 +20,7 @@
"skip.link.title": "پرش به محتویات", "skip.link.title": "پرش به محتویات",
"source.link.title": "رفتن به مخزن", "source.link.title": "رفتن به مخزن",
"source.revision.date": "اخرین بروزرسانی", "source.revision.date": "اخرین بروزرسانی",
"source.file.date.updated": "اخرین بروزرسانی",
"source.file.date.created": "ایجاد شده",
"toc.title": "فهرست موضوعات" "toc.title": "فهرست موضوعات"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -19,5 +19,7 @@
"skip.link.title": "Hyppää sisältöön", "skip.link.title": "Hyppää sisältöön",
"source.link.title": "Mene repositoryyn", "source.link.title": "Mene repositoryyn",
"source.revision.date": "Viimeisin päivitys", "source.revision.date": "Viimeisin päivitys",
"source.file.date.updated": "Viimeisin päivitys",
"source.file.date.created": "Luotu",
"toc.title": "Sisällysluettelo" "toc.title": "Sisällysluettelo"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -19,5 +19,7 @@
"skip.link.title": "Aller au contenu", "skip.link.title": "Aller au contenu",
"source.link.title": "Aller au dépôt", "source.link.title": "Aller au dépôt",
"source.revision.date": "Dernière mise à jour", "source.revision.date": "Dernière mise à jour",
"source.file.date.updated": "Dernière mise à jour",
"source.file.date.created": "Créé",
"toc.title": "Table des matières" "toc.title": "Table des matières"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -19,5 +19,7 @@
"skip.link.title": "Ir ao contido", "skip.link.title": "Ir ao contido",
"source.link.title": "Ir ao repositorio", "source.link.title": "Ir ao repositorio",
"source.revision.date": "Última actualización", "source.revision.date": "Última actualización",
"source.file.date.updated": "Última actualización",
"source.file.date.created": "Creada",
"toc.title": "Táboa de contidos" "toc.title": "Táboa de contidos"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -19,5 +19,7 @@
"skip.link.title": "Μετάβαση στο περιεχόμενο", "skip.link.title": "Μετάβαση στο περιεχόμενο",
"source.link.title": "Μετάβαση στο αποθετήριο", "source.link.title": "Μετάβαση στο αποθετήριο",
"source.revision.date": "τελευταία ενημέρωση", "source.revision.date": "τελευταία ενημέρωση",
"source.file.date.updated": "τελευταία ενημέρωση",
"source.file.date.created": "Δημιουργήθηκε",
"toc.title": "Πίνακας περιεχομένων" "toc.title": "Πίνακας περιεχομένων"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -20,5 +20,7 @@
"skip.link.title": "דלג לתוכן", "skip.link.title": "דלג לתוכן",
"source.link.title": "עבור אל מאגר", "source.link.title": "עבור אל מאגר",
"source.revision.date": "העדכון אחרון", "source.revision.date": "העדכון אחרון",
"source.file.date.updated": "העדכון אחרון",
"source.file.date.created": "נוצר",
"toc.title": "תוכן העניינים" "toc.title": "תוכן העניינים"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -19,5 +19,7 @@
"skip.link.title": "विषय पर बढ़ें", "skip.link.title": "विषय पर बढ़ें",
"source.link.title": "रिपॉजिटरी पर जाएं", "source.link.title": "रिपॉजिटरी पर जाएं",
"source.revision.date": "आखिरी अपडेट", "source.revision.date": "आखिरी अपडेट",
"source.file.date.updated": "आखिरी अपडेट",
"source.file.date.created": "बनाया था",
"toc.title": "विषय - सूची" "toc.title": "विषय - सूची"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -18,5 +18,7 @@
"skip.link.title": "Preskočite na sadržaj", "skip.link.title": "Preskočite na sadržaj",
"source.link.title": "Idite u repozitorij", "source.link.title": "Idite u repozitorij",
"source.revision.date": "Zadnje ažuriranje", "source.revision.date": "Zadnje ažuriranje",
"source.file.date.updated": "Zadnje ažuriranje",
"source.file.date.created": "Stvoreno",
"toc.title": "Sadržaj" "toc.title": "Sadržaj"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -27,6 +27,8 @@
"skip.link.title": "Kihagyás", "skip.link.title": "Kihagyás",
"source.link.title": "Főoldalra ugrás", "source.link.title": "Főoldalra ugrás",
"source.revision.date": "Utolsó frissítés", "source.revision.date": "Utolsó frissítés",
"source.file.date.updated": "Utolsó frissítés",
"source.file.date.created": "Létrehozva",
"tabs.title": "Lapok", "tabs.title": "Lapok",
"toc.title": "Tartalomjegyzék" "toc.title": "Tartalomjegyzék"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -19,5 +19,7 @@
"skip.link.title": "Lewati ke isi", "skip.link.title": "Lewati ke isi",
"source.link.title": "Menuju repositori", "source.link.title": "Menuju repositori",
"source.revision.date": "Pembaharuan Terakhir", "source.revision.date": "Pembaharuan Terakhir",
"source.revision.date": "Pembaharuan Terakhir",
"source.file.date.created": "Dibuat",
"toc.title": "Daftar isi" "toc.title": "Daftar isi"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -24,6 +24,8 @@
"skip.link.title": "Hoppa yfir í efni", "skip.link.title": "Hoppa yfir í efni",
"source.link.title": "Fara í gagnahirslu (e. repository)", "source.link.title": "Fara í gagnahirslu (e. repository)",
"source.revision.date": "Síðasta uppfærsla", "source.revision.date": "Síðasta uppfærsla",
"source.file.date.updated": "Síðasta uppfærsla",
"source.file.date.created": "Búið til",
"tabs.title": "Flipar", "tabs.title": "Flipar",
"toc.title": "Efnisyfirlit" "toc.title": "Efnisyfirlit"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -19,5 +19,7 @@
"skip.link.title": "Vai al contenuto", "skip.link.title": "Vai al contenuto",
"source.link.title": "Apri repository", "source.link.title": "Apri repository",
"source.revision.date": "Ultimo aggiornamento", "source.revision.date": "Ultimo aggiornamento",
"source.file.date.updated": "Ultimo aggiornamento",
"source.file.date.created": "Creata",
"toc.title": "Indice" "toc.title": "Indice"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -29,6 +29,8 @@
"skip.link.title": "コンテンツにスキップ", "skip.link.title": "コンテンツにスキップ",
"source.link.title": "リポジトリへ", "source.link.title": "リポジトリへ",
"source.revision.date": "最終更新日", "source.revision.date": "最終更新日",
"source.file.date.updated": "最終更新日",
"source.file.date.created": "作成した",
"tabs.title": "タブ", "tabs.title": "タブ",
"toc.title": "目次" "toc.title": "目次"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -23,6 +23,8 @@
"skip.link.title": "კონტენტზე გადასვლა", "skip.link.title": "კონტენტზე გადასვლა",
"source.link.title": "საცავში გადასვლა", "source.link.title": "საცავში გადასვლა",
"source.revision.date": "ბოლო განახლება", "source.revision.date": "ბოლო განახლება",
"source.file.date.updated": "ბოლო განახლება",
"source.file.date.created": "შეიქმნა",
"tabs.title": "ტაბები", "tabs.title": "ტაბები",
"toc.title": "სარჩევი" "toc.title": "სარჩევი"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -18,5 +18,7 @@
"search.result.other": "#개의 일치하는 문서", "search.result.other": "#개의 일치하는 문서",
"source.link.title": "저장소로 이동", "source.link.title": "저장소로 이동",
"source.revision.date": "마지막 업데이트", "source.revision.date": "마지막 업데이트",
"source.file.date.updated": "마지막 업데이트",
"source.file.date.created": "만들어진",
"toc.title": "목차" "toc.title": "목차"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -23,6 +23,8 @@
"skip.link.title": "မာတိကာ သို့ သွားရန်", "skip.link.title": "မာတိကာ သို့ သွားရန်",
"source.link.title": "repository သို့ သွားရန်", "source.link.title": "repository သို့ သွားရန်",
"source.revision.date": "နောက်ဆုံး ထုတ်ပြန်ချက်", "source.revision.date": "နောက်ဆုံး ထုတ်ပြန်ချက်",
"source.file.date.updated": "နောက်ဆုံး ထုတ်ပြန်ချက်",
"source.file.date.created": "နေပြည်တော်",
"tabs.title": "တက်များ", "tabs.title": "တက်များ",
"toc.title": "ပါဝင်အကြောင်းအရာများ" "toc.title": "ပါဝင်အကြောင်းအရာများ"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -18,6 +18,8 @@
"search.result.other": "# overeenkomende documenten", "search.result.other": "# overeenkomende documenten",
"skip.link.title": "Ga naar inhoud", "skip.link.title": "Ga naar inhoud",
"source.link.title": "Ga naar repository", "source.link.title": "Ga naar repository",
"source.revision.date": "Laatst geüpdatet op", "source.revision.date": "Laatst geüpdatet",
"source.file.date.updated": "Laatst geüpdatet",
"source.file.date.created": "Gecreëerd",
"toc.title": "Inhoudsopgave" "toc.title": "Inhoudsopgave"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -19,5 +19,7 @@
"skip.link.title": "Gå til innhald", "skip.link.title": "Gå til innhald",
"source.link.title": "Gå til kjelde", "source.link.title": "Gå til kjelde",
"source.revision.date": "Siste oppdatering", "source.revision.date": "Siste oppdatering",
"source.file.date.updated": "Siste oppdatering",
"source.file.date.created": "Laget",
"toc.title": "Innhaldsliste" "toc.title": "Innhaldsliste"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -19,5 +19,7 @@
"skip.link.title": "Gå til innhold", "skip.link.title": "Gå til innhold",
"source.link.title": "Gå til kilde", "source.link.title": "Gå til kilde",
"source.revision.date": "Siste oppdatering", "source.revision.date": "Siste oppdatering",
"source.file.date.updated": "Siste oppdatering",
"source.file.date.created": "Created",
"toc.title": "Innholdsfortegnelse" "toc.title": "Innholdsfortegnelse"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -27,6 +27,8 @@
"skip.link.title": "Przejdź do treści", "skip.link.title": "Przejdź do treści",
"source.link.title": "Idź do repozytorium", "source.link.title": "Idź do repozytorium",
"source.revision.date": "Ostatnia aktualizacja", "source.revision.date": "Ostatnia aktualizacja",
"source.file.date.updated": "Ostatnia aktualizacja",
"source.file.date.created": "Utworzony",
"tabs.title": "Zakładki", "tabs.title": "Zakładki",
"toc.title": "Spis treści" "toc.title": "Spis treści"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -19,5 +19,7 @@
"skip.link.title": "Ir para o conteúdo", "skip.link.title": "Ir para o conteúdo",
"source.link.title": "Ir ao repositório", "source.link.title": "Ir ao repositório",
"source.revision.date": "Última atualização", "source.revision.date": "Última atualização",
"source.file.date.updated": "Última atualização",
"source.file.date.created": "Criada",
"toc.title": "Índice" "toc.title": "Índice"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -19,5 +19,7 @@
"skip.link.title": "Sari la conținut", "skip.link.title": "Sari la conținut",
"source.link.title": "Accesează repository-ul", "source.link.title": "Accesează repository-ul",
"source.revision.date": "Ultima actualizare", "source.revision.date": "Ultima actualizare",
"source.file.date.updated": "Ultima actualizare",
"source.file.date.created": "Creată",
"toc.title": "Cuprins" "toc.title": "Cuprins"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -19,5 +19,7 @@
"skip.link.title": "Перейти к содержанию", "skip.link.title": "Перейти к содержанию",
"source.link.title": "Перейти к репозиторию", "source.link.title": "Перейти к репозиторию",
"source.revision.date": "Последнее обновление", "source.revision.date": "Последнее обновление",
"source.file.date.updated": "Последнее обновление",
"source.file.date.created": "Созданный",
"toc.title": "Содержание" "toc.title": "Содержание"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -17,5 +17,7 @@
"search.result.other": "# rezultata pretrage", "search.result.other": "# rezultata pretrage",
"skip.link.title": "Idi na tekst", "skip.link.title": "Idi na tekst",
"source.link.title": "Idi u repozitorijum", "source.link.title": "Idi u repozitorijum",
"source.file.date.updated": "Ажуриран",
"source.file.date.created": "Створено",
"toc.title": "Sadržaj" "toc.title": "Sadržaj"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -25,6 +25,8 @@
"skip.link.title": "අන්තර්ගතය වෙත යන්න", "skip.link.title": "අන්තර්ගතය වෙත යන්න",
"source.link.title": "රිපොසිටරියට යන්න", "source.link.title": "රිපොසිටරියට යන්න",
"source.revision.date": "අවසන් යාවත්කාලීන වීම", "source.revision.date": "අවසන් යාවත්කාලීන වීම",
"source.file.date.updated": "අවසන් යාවත්කාලීන වීම",
"source.file.date.created": "ٺاھيو ويو",
"tabs.title": "ටැබ්ස්", "tabs.title": "ටැබ්ස්",
"toc.title": "පටුන" "toc.title": "පටුන"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -18,5 +18,7 @@
"skip.link.title": "Preskočiť na obsah", "skip.link.title": "Preskočiť na obsah",
"source.link.title": "Zobraziť repozitár", "source.link.title": "Zobraziť repozitár",
"source.revision.date": "Posledná aktualizácia", "source.revision.date": "Posledná aktualizácia",
"source.file.date.updated": "Posledná aktualizácia",
"source.file.date.created": "Vytvorené",
"toc.title": "Obsah" "toc.title": "Obsah"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -18,5 +18,7 @@
"skip.link.title": "Skoči na vsebino", "skip.link.title": "Skoči na vsebino",
"source.link.title": "Pojdi na repozitorij", "source.link.title": "Pojdi na repozitorij",
"source.revision.date": "Zadnja posodobitev", "source.revision.date": "Zadnja posodobitev",
"source.file.date.updated": "Zadnja posodobitev",
"source.file.date.created": "Ustvarjeno",
"toc.title": "Kazalo" "toc.title": "Kazalo"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -19,5 +19,7 @@
"skip.link.title": "Иди на текст", "skip.link.title": "Иди на текст",
"source.link.title": "Иди у репозиторијум", "source.link.title": "Иди у репозиторијум",
"source.revision.date": "Последња исправка", "source.revision.date": "Последња исправка",
"source.file.date.updated": "Последња исправка",
"source.file.date.created": "Створено",
"toc.title": "Садржај" "toc.title": "Садржај"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -27,6 +27,8 @@
"skip.link.title": "Gå till innehållet", "skip.link.title": "Gå till innehållet",
"source.link.title": "Gå till datakatalog", "source.link.title": "Gå till datakatalog",
"source.revision.date": "Senaste uppdateringen", "source.revision.date": "Senaste uppdateringen",
"source.file.date.updated": "Senaste uppdateringen",
"source.file.date.created": "Skapad",
"tabs.title": "Flikar", "tabs.title": "Flikar",
"toc.title": "Innehållsförteckning" "toc.title": "Innehållsförteckning"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -18,5 +18,8 @@
"search.result.other": "พบ # เอกสารที่ตรงกัน", "search.result.other": "พบ # เอกสารที่ตรงกัน",
"skip.link.title": "ข้ามไปที่เนื้อหา", "skip.link.title": "ข้ามไปที่เนื้อหา",
"source.link.title": "ไปที่ Repository", "source.link.title": "ไปที่ Repository",
"source.revision.date": "สร้าง",
"source.file.date.updated": "สร้าง",
"source.file.date.created": "สร้าง",
"toc.title": "สารบัญ" "toc.title": "สารบัญ"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -19,5 +19,7 @@
"skip.link.title": "Ana içeriğe geç", "skip.link.title": "Ana içeriğe geç",
"source.link.title": "Depoya git", "source.link.title": "Depoya git",
"source.revision.date": "Son Güncelleme", "source.revision.date": "Son Güncelleme",
"source.file.date.updated": "Son Güncelleme",
"source.file.date.created": "Oluşturuldu",
"toc.title": "İçindekiler" "toc.title": "İçindekiler"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -19,5 +19,7 @@
"skip.link.title": "Перейти до змісту", "skip.link.title": "Перейти до змісту",
"source.link.title": "Перейти до репозиторію", "source.link.title": "Перейти до репозиторію",
"source.revision.date": "Останнє оновлення", "source.revision.date": "Останнє оновлення",
"source.file.date.updated": "Останнє оновлення",
"source.file.date.created": "Створено",
"toc.title": "Зміст" "toc.title": "Зміст"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -19,5 +19,7 @@
"skip.link.title": "Vào thẳng nội dung", "skip.link.title": "Vào thẳng nội dung",
"source.link.title": "Đến kho lưu trữ mã nguồn", "source.link.title": "Đến kho lưu trữ mã nguồn",
"source.revision.date": "Cập nhật cuối cùng", "source.revision.date": "Cập nhật cuối cùng",
"source.file.date.updated": "Cập nhật cuối cùng",
"source.file.date.created": "Tạo",
"toc.title": "Mục lục" "toc.title": "Mục lục"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -22,5 +22,7 @@
"skip.link.title": "跳轉至", "skip.link.title": "跳轉至",
"source.link.title": "前往 GitHub 倉庫", "source.link.title": "前往 GitHub 倉庫",
"source.revision.date": "最後更新", "source.revision.date": "最後更新",
"source.file.date.updated": "最後更新",
"source.file.date.created": "已建立",
"toc.title": "目錄" "toc.title": "目錄"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -22,5 +22,7 @@
"skip.link.title": "跳轉到", "skip.link.title": "跳轉到",
"source.link.title": "前往倉庫", "source.link.title": "前往倉庫",
"source.revision.date": "最後更新", "source.revision.date": "最後更新",
"source.file.date.updated": "最後更新",
"source.file.date.created": "สร้าง",
"toc.title": "目錄" "toc.title": "目錄"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -22,5 +22,7 @@
"skip.link.title": "跳转至", "skip.link.title": "跳转至",
"source.link.title": "前往 GitHub 仓库", "source.link.title": "前往 GitHub 仓库",
"source.revision.date": "最后更新", "source.revision.date": "最后更新",
"source.file.date.updated": "最后更新",
"source.file.date.created": "已建立",
"toc.title": "目录" "toc.title": "目录"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}

View File

@ -1,15 +1,4 @@
{#- {#-
This file was automatically generated - do not edit This file was automatically generated - do not edit
-#} -#}
{% import "partials/language.html" as lang with context %} {% include "source-file.html" %}
{% set label = lang.t("source.revision.date") %}
<hr>
<div class="md-source-date">
<small>
{% if page.meta.git_revision_date_localized %}
{{ label }}: {{ page.meta.git_revision_date_localized }}
{% elif page.meta.revision_date %}
{{ label }}: {{ page.meta.revision_date }}
{% endif %}
</small>
</div>

View File

@ -0,0 +1,18 @@
{#-
This file was automatically generated - do not edit
-#}
{% import "partials/language.html" as lang with context %}
{% set label = lang.t("source.file.date.updated") %}
<hr>
<div class="md-source-date">
<small>
{% if page.meta.git_revision_date_localized %}
{{ label }}: {{ page.meta.git_revision_date_localized }}
{% if page.meta.git_creation_date_localized %}
<br>{{ lang.t("source.file.date.created") }}: {{ page.meta.git_creation_date_localized }}
{% endif %}
{% elif page.meta.revision_date %}
{{ label }}: {{ page.meta.revision_date }}
{% endif %}
</small>
</div>