mirror of
https://github.com/Garmelon/Arbeitszeitdokumentationsgenerator.git
synced 2026-04-12 16:55:04 +02:00
Translate links into German
This commit is contained in:
parent
9e18b8940f
commit
dbde9288cf
2 changed files with 7 additions and 5 deletions
|
|
@ -27,10 +27,11 @@ pub async fn get() -> Markup {
|
||||||
h1 { "Arbeitszeitdokumentationsgenerator" }
|
h1 { "Arbeitszeitdokumentationsgenerator" }
|
||||||
|
|
||||||
p {
|
p {
|
||||||
"Want to use "
|
"Du kannst auch "
|
||||||
|
a href="tsg/" { "JSON eingeben" }
|
||||||
|
", das kompatibel mit dem "
|
||||||
a href="https://github.com/kit-sdq/TimeSheetGenerator" { "TimeSheetGenerator" }
|
a href="https://github.com/kit-sdq/TimeSheetGenerator" { "TimeSheetGenerator" }
|
||||||
"-compatible JSON instead? "
|
" ist."
|
||||||
a href="tsg/" { "Go here!" }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div #header {
|
div #header {
|
||||||
|
|
|
||||||
|
|
@ -22,8 +22,9 @@ pub async fn get() -> Markup {
|
||||||
h1 { "Arbeitszeitdokumentationsgenerator" }
|
h1 { "Arbeitszeitdokumentationsgenerator" }
|
||||||
|
|
||||||
p {
|
p {
|
||||||
"Want to use a fancy-looking form instead? "
|
"Du kannst deine Daten auch in einem "
|
||||||
a href=".." { "Go here!" }
|
a href=".." { "coolen Formular" }
|
||||||
|
" eingeben."
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea name="global" placeholder="Global.json" {}
|
textarea name="global" placeholder="Global.json" {}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue