diff --git a/i18n/de.yaml b/i18n/de.yaml new file mode 100644 index 0000000..6472e51 --- /dev/null +++ b/i18n/de.yaml @@ -0,0 +1,29 @@ +- id: navbar_menu + translation: "Menü" + +- id: toplink_website + translation: "Website" + +- id: toplink_blog + translation: "Blog" + +- id: toplink_docs + translation: "Doku" + +- id: toplink_code + translation: "Quelltext" + +- id: toplink_downloads + translation: "Downloads" + +- id: toplink_github + translation: "GitHub" + +- id: read_more + translation: "Mehr..." + +- id: page_prev + translation: "Vorherige" + +- id: page_next + translation: "Nächste" diff --git a/i18n/en.yaml b/i18n/en.yaml new file mode 100644 index 0000000..b732115 --- /dev/null +++ b/i18n/en.yaml @@ -0,0 +1,32 @@ +- id: navbar_menu + translation: "Menu" + +- id: toplink_website + translation: "Website" + +- id: toplink_blog + translation: "Blog" + +- id: toplink_docs + translation: "Docs" + +- id: toplink_code + translation: "Import" + +- id: toplink_downloads + translation: "Downloads" + +- id: toplink_github + translation: "GitHub" + +- id: read_more + translation: "More..." + +- id: authored_by + translation: "by" + +- id: page_prev + translation: "Previous" + +- id: page_next + translation: "Next"