Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/themefisher/airspace-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Willner <alex@willner.ws>2021-05-19 08:59:34 +0300
committerAlexander Willner <alex@willner.ws>2021-05-19 08:59:34 +0300
commit03e00c00942abae90f455ad77bd508471cb0f018 (patch)
treec35829230e315817aea2e893811728c91cfc2efb /exampleSite
parent3d086e74e22824afc858e96237ff5b5f5b8499ec (diff)
I18N: translated navigation menu to German
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml2
-rw-r--r--exampleSite/content/german/about.md4
-rw-r--r--exampleSite/content/german/blog/_index.md2
-rw-r--r--exampleSite/content/german/contact.md2
-rw-r--r--exampleSite/content/german/faq.md4
-rw-r--r--exampleSite/content/german/pricing.md4
-rw-r--r--exampleSite/content/german/project/_index.md2
-rw-r--r--exampleSite/content/german/service.md4
8 files changed, 12 insertions, 12 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 6affdbc..3623805 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -332,7 +332,7 @@ weight = 5
# Footer menu
[[languages.de.menu.footer]]
-name = "Über"
+name = "Über uns"
URL = "about"
weight = 1
diff --git a/exampleSite/content/german/about.md b/exampleSite/content/german/about.md
index 7fe4312..d7d957c 100644
--- a/exampleSite/content/german/about.md
+++ b/exampleSite/content/german/about.md
@@ -1,12 +1,12 @@
---
-title: "About Our Company"
+title: "Über uns"
description: "this is meta description"
bg_image: "images/feature-bg.jpg"
layout: "about"
draft: false
menu:
main:
- name: "Über"
+ name: "Über uns"
weight: 2
diff --git a/exampleSite/content/german/blog/_index.md b/exampleSite/content/german/blog/_index.md
index a7190f7..8c7121e 100644
--- a/exampleSite/content/german/blog/_index.md
+++ b/exampleSite/content/german/blog/_index.md
@@ -1,5 +1,5 @@
---
-title: "Latest News"
+title: "Neuigkeiten"
description: "this is meta description"
draft: false
bg_image: "images/feature-bg.jpg"
diff --git a/exampleSite/content/german/contact.md b/exampleSite/content/german/contact.md
index c1743f2..4c4c886 100644
--- a/exampleSite/content/german/contact.md
+++ b/exampleSite/content/german/contact.md
@@ -1,5 +1,5 @@
---
-title: "Drop Us A Note"
+title: "Schicken Sie uns eine Nachricht"
description: "this is meta description"
bg_image: "images/feature-bg.jpg"
layout: "contact"
diff --git a/exampleSite/content/german/faq.md b/exampleSite/content/german/faq.md
index eaec802..ddfcbf1 100644
--- a/exampleSite/content/german/faq.md
+++ b/exampleSite/content/german/faq.md
@@ -1,5 +1,5 @@
---
-title: "Frequently Asked Questions"
+title: "Häufige Fragen"
description: "this is meta description"
subtitle : "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sequi, repudiandae."
lastmod: 2021-04-01T00:00:00
@@ -8,7 +8,7 @@ layout: "faq"
draft: false
menu:
main:
- parent: "More"
+ parent: "Mehr"
name: "Häufige Fragen"
weight: 3
---
diff --git a/exampleSite/content/german/pricing.md b/exampleSite/content/german/pricing.md
index 83c5ce3..a8c351c 100644
--- a/exampleSite/content/german/pricing.md
+++ b/exampleSite/content/german/pricing.md
@@ -1,12 +1,12 @@
---
-title: "Our Pricing"
+title: "Unsere Preise"
description: "this is meta description"
bg_image: "images/feature-bg.jpg"
layout: "pricing"
draft: false
menu:
main:
- parent: "More"
+ parent: "Mehr"
name: "Preise"
weight: 2
diff --git a/exampleSite/content/german/project/_index.md b/exampleSite/content/german/project/_index.md
index 4cd3d85..0a93105 100644
--- a/exampleSite/content/german/project/_index.md
+++ b/exampleSite/content/german/project/_index.md
@@ -1,5 +1,5 @@
---
-title: "Our Project"
+title: "Unser Projekt"
description: "this is meta description"
draft: false
bg_image: "images/feature-bg.jpg"
diff --git a/exampleSite/content/german/service.md b/exampleSite/content/german/service.md
index 8850397..5b77415 100644
--- a/exampleSite/content/german/service.md
+++ b/exampleSite/content/german/service.md
@@ -1,12 +1,12 @@
---
-title: "Service"
+title: "Dienstleistungen"
description: "this is meta description"
bg_image: "images/feature-bg.jpg"
layout: "service"
draft: false
menu:
main:
- parent: "More"
+ parent: "Mehr"
name: "Dienstleistung"
weight: 1