From 90cb10e95fbffc01f29a96ccb7db5478870a50ec Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Fri, 20 Oct 2023 09:30:55 +0900 Subject: [PATCH] New translations readme.md (Norwegian) --- docs/no-NO/guide/README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/no-NO/guide/README.md b/docs/no-NO/guide/README.md index 2fecd68f..fe272cef 100644 --- a/docs/no-NO/guide/README.md +++ b/docs/no-NO/guide/README.md @@ -151,7 +151,7 @@ Starship with iTerm2 and the Snazzy theme @@ -166,7 +166,7 @@ - **Lett:** raskt å installere - start å bruke det på minutter.

-Explore the Starship docs  ▶ +Utforsk Starship dokumentasjon  ▶

@@ -179,12 +179,12 @@ ### Steg 1. Installer Starship -Select your operating system from the list below to view installation instructions: +Velg operativsystemet ditt fra listen nedenfor for å se installasjonsinstrukser:
Android -Install Starship using any of the following package managers: +Installer Starship ved å bruke en av følgende installasjonsprogrammene: | Repository | Instruksjoner | | --------------------------------------------------------------------------------- | ---------------------- | @@ -195,7 +195,7 @@ Install Starship using any of the following package managers:
BSD -Install Starship using any of the following package managers: +Installer Starship ved å bruke en av følgende installasjonsprogrammene: | Distribusjonen | Repository | Instruksjoner | | -------------- | -------------------------------------------------------- | --------------------------------- | @@ -256,7 +256,7 @@ Alternatively, install Starship using any of the following package managers: Install the latest version for your system with the MSI-installers from the [releases section](https://github.com/starship/starship/releases/latest). -Install Starship using any of the following package managers: +Installer Starship ved å bruke en av følgende installasjonsprogrammene: | Repository | Instruksjoner | | -------------------------------------------------------------------------------------------- | --------------------------------------- | @@ -270,7 +270,7 @@ Install Starship using any of the following package managers: ### Steg 2. Set up your shell to use Starship -Configure your shell to initialize starship. Select yours from the list below: +Konfigurer skallet ditt til å initialisere starship. Velg din fra listen nedenfor:
Bash @@ -286,7 +286,7 @@ eval "$(starship init bash)"
Cmd -Du må bruke [Clink](https://chrisant996.github.io/clink/clink.html) (v1.2.30+) med Cmd. Create a file at this path `%LocalAppData%\clink\starship.lua` with the following contents: +Du må bruke [Clink](https://chrisant996.github.io/clink/clink.html) (v1.2.30+) med Cmd. Lag en fil på følgende lokasjonen `%LocalAppData%\clink\starship.lua` med dette innholdet: ```lua load(io.popen('starship init cmd'):read("*a"))() @@ -303,7 +303,7 @@ Legg til følgende i slutten av `~/.elvish/rc.elv`: eval (starship init elvish) ``` -Note: Only Elvish v0.18+ is supported +Merk: Bare Alvisk v0.18+ støttes
@@ -332,7 +332,7 @@ eval $(starship init ion)
Nushell -Add the following to the end of your Nushell env file (find it by running `$nu.env-path` in Nushell): +Legg til følgende i slutten av Nushell env filen (finn den ved å kjøre `$nu.env-path` i Nushell): ```sh mkdir ~/.cache/starship @@ -345,14 +345,14 @@ Og legg følgende til slutten av Nushell konfigurasjonen (finn det ved å kjøre use ~/.cache/starship/init.nu ``` -Note: Only Nushell v0.78+ is supported +Merk: Bare Nushell v0.78+ støttes
PowerShell -Add the following to the end of your PowerShell configuration (find it by running `$PROFILE`): +Legg til følgende i slutten av PowerShell-konfigurasjonen (finn den ved å kjøre `$PROFILE`): ```powershell Invoke-Expression (&starship init powershell)