rugk / website-dark-mode-switcher

This is a (Firefox) add-on (WebExtension) that lets you invert the website's color scheme by inverting/changing the prefers-color-scheme media feature of CSS.
https://addons.mozilla.org/firefox/addon/dark-mode-website-switcher/?src=external-github-top
Other
61 stars 4 forks source link

Updated translations for 'da': Danish (dansk) #46

Closed Grooty12 closed 2 years ago

Grooty12 commented 2 years ago

Your translation have been copied to your clipboard. Paste it here:

Updated translations for 'da': Danish (dansk):

{
  // manifest.json
  "extensionName": {
    "message": "Mørk Tilstand Hjemmeside skifter",
    "description": "Name of the extension.",
    "hash": "1c347b2756cb4cd138c4e8c84731ca51"
  },
  "extensionNameShort": {
    "message": "Mørk Tilstand Hjemmeside skifter",
    "description": "Name of the extension.",
    "hash": "1c347b2756cb4cd138c4e8c84731ca51"
  },
  "extensionDescription": {
    "message": "Skifter hjemmesider til deres mørke tilstand, hvis de understøtter det.",
    "description": "Description of the extension.",
    "hash": "ac715a72fd13ff2b45081c96d554483e"
  },
  "browserActionButtonTitle": {
    "message": "Tving Mørk Tilstand",
    "description": "The title for the button, which opens the popup.",
    "hash": "0c27fa654612c56f14537e6a6c9ef141"
  },
  "commandToggleDarkMode": {
    "message": "Skift tvingning af mørk tilstand",
    "description": "Description of the hot key command to toggle the dark mode just like clicking on the browser action (by default with Ctrl+Shift+B).",
    "hash": "ec5231cdc07a35b5a30865fb18ef368c"
  },

  // errors or other messages (mostly for settings)

  // browser setting - list of levels of control

  // badges

  // options

  // ARIA labels/descriptions

  "__WET_LOCALE__": { "message": "da" }
}
rugk commented 2 years ago

Thanks for your translation. Feel free to create the same translation as a pull request (so you will be properly credited in the commit history), if you want. Otherwise I'll soon do the PR by myself to get it merged.

Also notice there are more things to translate like the add-on listings on AMO (addons.mozilla.org) etc. See the contributing guide for more information.