From 5eba6240d7adb4c2233c4ea2550e39e7c5d04768 Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Thu, 1 Dec 2016 17:37:23 +0100 Subject: [PATCH] Added some translations --- i18n/de.yaml | 29 +++++++++++++++++++++++++++++ i18n/en.yaml | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+) create mode 100644 i18n/de.yaml create mode 100644 i18n/en.yaml 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"