forked from st1020/kita
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
178 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
{ | ||
"language_name_en": { | ||
"en": "English", | ||
"bg": "английски", | ||
"eo": "Angla" | ||
}, | ||
"language_name_bg": { | ||
"en": "Bulgarian", | ||
"bg": "български", | ||
"eo": "Bulgara" | ||
}, | ||
"language_name_eo": { | ||
"en": "Esperanto", | ||
"bg": "есперанто", | ||
"eo": "Esperanto" | ||
}, | ||
"taxonomy_tags": { | ||
"en": "tags", | ||
"bg": "етикети", | ||
"eo": "etikedoj" | ||
}, | ||
"taxonomy_categories": { | ||
"en": "categories", | ||
"bg": "категории", | ||
"eo": "kategorioj" | ||
}, | ||
"taxonomy_authors": { | ||
"en": "authors", | ||
"bg": "автори", | ||
"eo": "aŭtoroj" | ||
}, | ||
"footer_powered_by": { | ||
"en": "Powered by", | ||
"bg": "Осъществено чрез", | ||
"eo": "Funkciigita de" | ||
}, | ||
"footer_and": { | ||
"en": "and", | ||
"bg": "и", | ||
"eo": "kaj" | ||
}, | ||
"footer_zola": { | ||
"en": "Zola", | ||
"bg": "Зола", | ||
"eo": "Zola" | ||
}, | ||
"footer_linkita": { | ||
"en": "Linkita", | ||
"bg": "Линкита", | ||
"eo": "Linkita" | ||
}, | ||
"word_prev_page": { | ||
"en": "← Prev Page", | ||
"bg": "← Предишна страница", | ||
"eo": "← Antaŭa Paĝo" | ||
}, | ||
"word_next_page": { | ||
"en": "Next Page →", | ||
"bg": "Следваща страница →", | ||
"eo": "Sekva Paĝo →" | ||
}, | ||
"word_toc": { | ||
"en": "Table of Contents", | ||
"bg": "Съдържание", | ||
"eo": "Enhavtabelo" | ||
}, | ||
"word_minutes": { | ||
"en": "min", | ||
"bg": "мин", | ||
"eo": "min" | ||
}, | ||
"word_words": { | ||
"en": "words", | ||
"bg": "думи", | ||
"eo": "vortoj" | ||
}, | ||
"word_more": { | ||
"en": "More >>", | ||
"bg": "Още >>", | ||
"eo": "Pli >>" | ||
}, | ||
"error_not_found": { | ||
"en": "404: Page not found!", | ||
"bg": "404: Страницата не е намерена!", | ||
"eo": "404: ne trovita!" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{% extends "index.html" %}<!----> | ||
{% block main %}<!----> | ||
<h1 class="absolute inset-x-8 bottom-20 top-0 flex items-center justify-center text-6xl">{{ | ||
trans(key="error_404", lang=lang) | default(value="404") }}</h1> | ||
macros::translate(key="error_not_found", language=lang, trans_data=trans_data) }}</h1> | ||
{% endblock main %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.