From bae7887f2e3e54a0decf30334ea9522ea722cb31 Mon Sep 17 00:00:00 2001
From: SalladShooter <139503084+SalladShooter@users.noreply.github.com>
Date: Tue, 30 Jul 2024 17:25:53 +0000
Subject: [PATCH] Added Norwegian Language
---
docs/English/index.html | 1 +
docs/Norwegian/acknowledgements.html | 0
docs/Norwegian/contributing.html | 0
docs/Norwegian/index.html | 0
docs/Norwegian/install.html | 0
docs/Norwegian/license.html | 0
docs/Norwegian/run-from-source.html | 0
docs/Norwegian/usage.html | 0
readmes/README-Norwegian.md | 0
src/translations/Norwegian.json | 37 ++++++++++++++++++++++++++++
10 files changed, 38 insertions(+)
create mode 100644 docs/Norwegian/acknowledgements.html
create mode 100644 docs/Norwegian/contributing.html
create mode 100644 docs/Norwegian/index.html
create mode 100644 docs/Norwegian/install.html
create mode 100644 docs/Norwegian/license.html
create mode 100644 docs/Norwegian/run-from-source.html
create mode 100644 docs/Norwegian/usage.html
create mode 100644 readmes/README-Norwegian.md
create mode 100644 src/translations/Norwegian.json
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