mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-05-11 16:06:59 +02:00
Update translations
This commit is contained in:
parent
06a2bd793f
commit
e2057c517e
3 changed files with 109 additions and 105 deletions
|
@ -81,6 +81,8 @@
|
||||||
"name": "Scambox",
|
"name": "Scambox",
|
||||||
"description": "Tauche mit mir ein in die Welt der Scams, die ich tagtäglich so bekomme, und lach ein bisschen mit mir!"
|
"description": "Tauche mit mir ein in die Welt der Scams, die ich tagtäglich so bekomme, und lach ein bisschen mit mir!"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"sections": "Rubriken",
|
||||||
|
"posts": "Beiträge"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -81,6 +81,8 @@
|
||||||
"name": "Scambox",
|
"name": "Scambox",
|
||||||
"description": "Take a dive with me into all of the scams I get on the daily, and maybe laugh at them a little!"
|
"description": "Take a dive with me into all of the scams I get on the daily, and maybe laugh at them a little!"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"sections": "Sections",
|
||||||
|
"posts": "Posts"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -34,7 +34,7 @@ const BlogListing = ({ data, pageContext }) => {
|
||||||
|
|
||||||
{!hasSection && (
|
{!hasSection && (
|
||||||
<>
|
<>
|
||||||
<h2>Sections</h2>
|
<h2>{t("blog.sections")}</h2>
|
||||||
|
|
||||||
<div className={styles.sectionList}>
|
<div className={styles.sectionList}>
|
||||||
<Link
|
<Link
|
||||||
|
@ -46,7 +46,7 @@ const BlogListing = ({ data, pageContext }) => {
|
||||||
<StaticImage src="https://source.unsplash.com/gf8e6XvG_3E/300x150"></StaticImage>
|
<StaticImage src="https://source.unsplash.com/gf8e6XvG_3E/300x150"></StaticImage>
|
||||||
</div>
|
</div>
|
||||||
<span className={styles.sectionName}>
|
<span className={styles.sectionName}>
|
||||||
Scambox
|
{t("blog.section.scambox.name")}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</Link>
|
</Link>
|
||||||
|
@ -54,7 +54,7 @@ const BlogListing = ({ data, pageContext }) => {
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
<h2>Posts</h2>
|
<h2>{t("blog.posts")}</h2>
|
||||||
|
|
||||||
<div className={styles.list}>
|
<div className={styles.list}>
|
||||||
{data.posts.nodes.map((post) => {
|
{data.posts.nodes.map((post) => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue