aboutsummaryrefslogtreecommitdiffstats
path: root/code/api/wwwroot/translations
diff options
context:
space:
mode:
Diffstat (limited to 'code/api/wwwroot/translations')
-rw-r--r--code/api/wwwroot/translations/en.json6
-rw-r--r--code/api/wwwroot/translations/no.json6
2 files changed, 12 insertions, 0 deletions
diff --git a/code/api/wwwroot/translations/en.json b/code/api/wwwroot/translations/en.json
new file mode 100644
index 0000000..1b1c171
--- /dev/null
+++ b/code/api/wwwroot/translations/en.json
@@ -0,0 +1,6 @@
+{
+ "general": {
+ "anErrorOccured": "An error occured",
+ "tryAgainSoon": "Try again soon"
+ }
+}
diff --git a/code/api/wwwroot/translations/no.json b/code/api/wwwroot/translations/no.json
new file mode 100644
index 0000000..534f71f
--- /dev/null
+++ b/code/api/wwwroot/translations/no.json
@@ -0,0 +1,6 @@
+{
+ "general": {
+ "anErrorOccured": "En feil oppstod",
+ "tryAgainSoon": "Prøv igjen snart"
+ }
+}