Skip to content

Commit

Permalink
Add German translation for common context menu
Browse files Browse the repository at this point in the history
  • Loading branch information
rugk committed Oct 23, 2024
1 parent 81ba19a commit 0cff370
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/_locales/de/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,14 @@
"message": "&QR-Code aus Link",
"description": "The context menu entry shown for generating QR codes from a selected link with an access key."
},
"contextMenuItemConvertPageURL": {
"message": "Generiere QR-Code für diese Seite",
"description": "Context menu item title for generating a QR code for the current page URL."
},
"contextMenuItemConvertPageURLAccessKey": {
"message": "&Generiere QR-Code für diese Seite",
"description": "Context menu item title for generating a QR code for the current page URL with an access key."
},
"contextMenuSaveImageCanvas": {
"message": "QR-Code als Bild speichern…",
"description": "The context menu entry shown for saving SVG images in the popup."
Expand Down Expand Up @@ -241,6 +249,14 @@
"message": "Zeigt ein farbiges Icon anstatt eines schwarz/weißen Icons in der Toolbar.",
"description": "This is an option shown in the add-on settings. It describes the optionPopupIconColored setting in more details."
},
"optionContextMenuEnabled": {
"message": "Zeige allgemeinen QR-Code-Generierungs-Kontextmenü-Eintrag",
"description": "This label refers to an option in the add-on settings. It allows users to toggle the visibility of the context menu item for generating a QR code from the current page."
},
"optionContextMenuEnabledDescr": {
"message": "Zeigt einen Kontextmenü-Eintrag um QR-Codes für die aktuelle Seite zu erstellen, zusätzlich zu denen für Links und ausgewählten Text.",
"description": "This is the helper text for the context menu toggle option. It explains that enabling this option will show the QR code generation context menu for the current page."
},

"subtitleQrCodeSize": {
"message": "QR-Code-Größe",
Expand Down

0 comments on commit 0cff370

Please sign in to comment.