From 5ead8e16a309314d4a6688a633c828235914d77c Mon Sep 17 00:00:00 2001 From: "scratchaddons-bot[bot]" <73682299+scratchaddons-bot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 01:48:05 +0000 Subject: [PATCH] Update localization files (2024-05-20T01:48:04.898Z) --- .../docs/develop/getting-started/addon-basics.md | 4 ++-- nl/markdown/docs/getting-started/installing.md | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/nl/markdown/docs/develop/getting-started/addon-basics.md b/nl/markdown/docs/develop/getting-started/addon-basics.md index 2cb9fda0..f3d8a256 100644 --- a/nl/markdown/docs/develop/getting-started/addon-basics.md +++ b/nl/markdown/docs/develop/getting-started/addon-basics.md @@ -2,10 +2,10 @@ title: Addon-Basis --- -## What is an addon? +## Wat is een addon? An addon is a userscript, userstyle, or combination of both that runs on the Scratch website or project editor when enabled. For example, the "Editor find bar" addon has a userscript that adds a find box to the editor, and a userstyle that styles that box. -## What is a userscript? +## Wat is een userscript? A [userscript](/docs/develop/userscripts) is a JavaScript file that is executed every time the user loads a Scratch page. They can modify the document’s HTML, add new buttons, customize Scratch editor behavior, and so much more. ## What is a userstyle? diff --git a/nl/markdown/docs/getting-started/installing.md b/nl/markdown/docs/getting-started/installing.md index 4be38a84..59216a65 100644 --- a/nl/markdown/docs/getting-started/installing.md +++ b/nl/markdown/docs/getting-started/installing.md @@ -24,7 +24,7 @@ Unlike the store releases, installing from source requires a browser based on Ch ### Het archief kopiëren -This is the recommended way to install Scratch Addons for development purposes, assuming you have Git installed. +Dit is de aanbevolen manier om Scratch Addons te installeren voor ontwikkelingsdoeleinden, ervan uitgaande dat Git geïnstalleerd is. If you plan on contributing, fork the repository on GitHub first and then clone the fork, replacing `` with your Github username. @@ -38,16 +38,16 @@ $ git fetch $ git pull ``` -Remember to also update Scratch Addons from the browser. +Vergeet niet om Scratch Addons ook bij te werken vanuit de browser. -### Downloading the Zip +### Het Zip-bestand downloaden {{< admonition warning >}} This method is not recommended for development unless Git cannot be installed on the system since it will need to be manually repeated every time you update Scratch Addons. {{< /admonition >}} -If you don not have Git installed, use this method instead. +Gebruik deze methode als je Git niet hebt geïnstalleerd. 1. Ga naar het [archief](https://github.com/ScratchAddons/ScratchAddons) en vind de code downloaden-knop. @@ -59,11 +59,11 @@ If you don not have Git installed, use this method instead. To load the extension into Google Chrome and most Chromium-based browsers such as Microsoft Edge, Opera, Brave or Vivaldi: -1. Go to [chrome://extensions](chrome://extensions) +1. Ga naar [chrome://extensions](chrome://extensions) -1. Turn on "Developer mode" in the top-right corner +1. Zet "Ontwikkelaarsstand" rechtsboven aan -1. Click "Load unpacked" and select the `ScratchAddons` folder. +1. Klik "Uitgepakte extensie laden" en selecteer de `ScratchAddons` map. To update the extension when testing, click the refresh icon on the extension's card.