Skip to content

Commit

Permalink
translate box labels to german
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudsftp committed Oct 9, 2024
1 parent fd9d5cb commit 8c2e241
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions i18n/de/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,23 @@
"description": "The 2nd paragraph of the 404 page"
},
"theme.admonition.note": {
"message": "note",
"message": "Notiz",
"description": "The default label used for the Note admonition (:::note)"
},
"theme.admonition.tip": {
"message": "tip",
"message": "Tipp",
"description": "The default label used for the Tip admonition (:::tip)"
},
"theme.admonition.danger": {
"message": "danger",
"message": "Gefahr",
"description": "The default label used for the Danger admonition (:::danger)"
},
"theme.admonition.info": {
"message": "info",
"message": "Info",
"description": "The default label used for the Info admonition (:::info)"
},
"theme.admonition.caution": {
"message": "caution",
"message": "Achtung",
"description": "The default label used for the Caution admonition (:::caution)"
},
"theme.BackToTopButton.buttonAriaLabel": {
Expand Down

0 comments on commit 8c2e241

Please sign in to comment.