aboutsummaryrefslogtreecommitdiffstats
path: root/code/frontpage/i18n
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2023-02-25 13:15:44 +0100
committerivarlovlie <git@ivarlovlie.no>2023-02-25 13:15:44 +0100
commit900bb5e845c3ad44defbd427cae3d44a4a43321f (patch)
treedf3d96a93771884add571e82336c29fc3d9c7a1c /code/frontpage/i18n
downloadgreatoffice-900bb5e845c3ad44defbd427cae3d44a4a43321f.tar.xz
greatoffice-900bb5e845c3ad44defbd427cae3d44a4a43321f.zip
feat: Initial commit
Diffstat (limited to 'code/frontpage/i18n')
-rw-r--r--code/frontpage/i18n/de.yaml5
-rw-r--r--code/frontpage/i18n/en.yaml17
-rw-r--r--code/frontpage/i18n/nl.yaml17
3 files changed, 39 insertions, 0 deletions
diff --git a/code/frontpage/i18n/de.yaml b/code/frontpage/i18n/de.yaml
new file mode 100644
index 0000000..d1f125e
--- /dev/null
+++ b/code/frontpage/i18n/de.yaml
@@ -0,0 +1,5 @@
+- id: get-started
+ translation: "Loslegen"
+
+- id: on-this-page
+ translation: "Auf dieser Seite"
diff --git a/code/frontpage/i18n/en.yaml b/code/frontpage/i18n/en.yaml
new file mode 100644
index 0000000..05ff248
--- /dev/null
+++ b/code/frontpage/i18n/en.yaml
@@ -0,0 +1,17 @@
+- id: get-started
+ translation: "Get Started"
+
+- id: on-this-page
+ translation: "On this page"
+
+- id: search-text
+ translation: "Search docs..."
+
+- id: 404-title
+ translation: "Page not found :("
+
+- id: 404-text
+ translation: "The page you are looking for doesn't exist or has been moved."
+
+- id: browse
+ translation: "Browse"
diff --git a/code/frontpage/i18n/nl.yaml b/code/frontpage/i18n/nl.yaml
new file mode 100644
index 0000000..2899eda
--- /dev/null
+++ b/code/frontpage/i18n/nl.yaml
@@ -0,0 +1,17 @@
+- id: get-started
+ translation: "Aan de slag"
+
+- id: on-this-page
+ translation: "Op deze pagina"
+
+- id: search-text
+ translation: "Zoeken..."
+
+- id: 404-title
+ translation: "Pagina niet gevonden :("
+
+- id: 404-text
+ translation: "De gezochte pagina bestaat niet of deze is verplaatst."
+
+- id: browse
+ translation: "Browse"