diff --git a/docs/English/index.html b/docs/English/index.html index 2784fc2..a8cba58 100644 --- a/docs/English/index.html +++ b/docs/English/index.html @@ -31,6 +31,7 @@

🎌Read in other languages

  • German
  • Spanish
  • French
  • +
  • Norsk (BokmÃ¥l)
  • diff --git a/docs/Norwegian/acknowledgements.html b/docs/Norwegian/acknowledgements.html new file mode 100644 index 0000000..e69de29 diff --git a/docs/Norwegian/contributing.html b/docs/Norwegian/contributing.html new file mode 100644 index 0000000..e69de29 diff --git a/docs/Norwegian/index.html b/docs/Norwegian/index.html new file mode 100644 index 0000000..e69de29 diff --git a/docs/Norwegian/install.html b/docs/Norwegian/install.html new file mode 100644 index 0000000..e69de29 diff --git a/docs/Norwegian/license.html b/docs/Norwegian/license.html new file mode 100644 index 0000000..e69de29 diff --git a/docs/Norwegian/run-from-source.html b/docs/Norwegian/run-from-source.html new file mode 100644 index 0000000..e69de29 diff --git a/docs/Norwegian/usage.html b/docs/Norwegian/usage.html new file mode 100644 index 0000000..e69de29 diff --git a/readmes/README-Norwegian.md b/readmes/README-Norwegian.md new file mode 100644 index 0000000..e69de29 diff --git a/src/translations/Norwegian.json b/src/translations/Norwegian.json new file mode 100644 index 0000000..9f8486c --- /dev/null +++ b/src/translations/Norwegian.json @@ -0,0 +1,37 @@ +{ + "original": "Norsk (BokmÃ¥l)", + "MainWindow": [ + { + "component": "delayLabel", + "text": "Forsinkelse (s):" + }, + { + "component": "intervalLabel", + "text": "Intervall (s):" + }, + { + "component": "charPerStrokeLabel", + "text": "Tegn Per Strek:" + }, + { + "component": "enterCheckBox", + "text": "Skriv Enter" + }, + { + "component": "startButton", + "text": "Begynn Ã… Skrive " + }, + { + "component": "stopButton", + "text": "Slutt Ã… Skrive" + }, + { + "component": "lightModeCheckBox", + "text": "Lysmodus" + }, + { + "component": "randomizeIntervalCheckBox", + "text": "Tilfeldig Intervall" + } + ] +} \ No newline at end of file