From 75fbf784b9e0c716801350893e134877f9bec8ab Mon Sep 17 00:00:00 2001 From: Thomas Kleinke Date: Mon, 13 Nov 2023 14:38:37 +0000 Subject: [PATCH] Add translations: Sample data / Greek --- .../labels/sample-data-labels.el.json | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 core/src/datastore/sampledata/labels/sample-data-labels.el.json diff --git a/core/src/datastore/sampledata/labels/sample-data-labels.el.json b/core/src/datastore/sampledata/labels/sample-data-labels.el.json new file mode 100644 index 0000000000..4d6390b9d5 --- /dev/null +++ b/core/src/datastore/sampledata/labels/sample-data-labels.el.json @@ -0,0 +1,27 @@ +{ + "testProject": "", + "testCampaign": "", + "person": "", + "trench": "", + "trenchShort": "", + "stratigraphicalUnit": "", + "stratigraphicalUnitShort": "", + "layer": "", + "architecture": "", + "grave": "", + "findShort": "", + "coin": "", + "testFind": "", + "testFindShort": "", + "surveyArea": "", + "surveyAreaShort": "", + "surveyUnit": "", + "surveyUnitShort": "", + "stone": "", + "stoneShort": "", + "building": "", + "buildingShort": "", + "room": "", + "roomShort": "", + "mapLayer": "" +}