diff --git a/src/ifcbimtester/bimtester/features/steps/ifcdata_de.py b/src/ifcbimtester/bimtester/features/steps/ifcdata_de.py new file mode 100644 index 0000000000..69e284a73f --- /dev/null +++ b/src/ifcbimtester/bimtester/features/steps/ifcdata_de.py @@ -0,0 +1,10 @@ +from behave import step + +# https://behave.readthedocs.io/en/latest/api.html#step-macro-calling-steps-from-other-steps + + +@step("Die IFC daten müssen das {schema} Schema benutzen") +def step_impl(context, schema): + context.execute_steps( + "* IFC data must use the {schema} schema".format(schema=schema) + ) diff --git a/src/ifcbimtester/bimtester/features/steps/ifcdata_fr.py b/src/ifcbimtester/bimtester/features/steps/ifcdata_fr.py new file mode 100644 index 0000000000..c7947f9719 --- /dev/null +++ b/src/ifcbimtester/bimtester/features/steps/ifcdata_fr.py @@ -0,0 +1,10 @@ +from behave import step + +# https://behave.readthedocs.io/en/latest/api.html#step-macro-calling-steps-from-other-steps + + +@step("Les données IFC doivent utiliser le schéma {schema}") +def step_impl(context, schema): + context.execute_steps( + "* IFC data must use the {aschema} schema".format(aschema=schema) + ) diff --git a/src/ifcbimtester/bimtester/features/strings_template_de.json b/src/ifcbimtester/bimtester/features/strings_template_de.json new file mode 100644 index 0000000000..cf6e29d294 --- /dev/null +++ b/src/ifcbimtester/bimtester/features/strings_template_de.json @@ -0,0 +1,9 @@ +{ + "tr_lang": "de", + "tr_success": "Bestanden", + "tr_failure": "Durchgefallen", + "tr_tests_passed": "Erfolgreiche Tests", + "tr_duration": "Dauer", + "tr_auditing": "OpenBIM auditing ist eine Funktionalität von", + "tr_and": "und" +} diff --git a/src/ifcbimtester/bimtester/features/strings_template_en.json b/src/ifcbimtester/bimtester/features/strings_template_en.json new file mode 100644 index 0000000000..745eb70a68 --- /dev/null +++ b/src/ifcbimtester/bimtester/features/strings_template_en.json @@ -0,0 +1,9 @@ +{ + "tr_lang": "en", + "tr_success": "Success", + "tr_failure": "Failure", + "tr_tests_passed": "Tests passed", + "tr_duration": "Duration", + "tr_auditing": "OpenBIM auditing is a feature of", + "tr_and": "and" +} diff --git a/src/ifcbimtester/bimtester/features/strings_template_fr.json b/src/ifcbimtester/bimtester/features/strings_template_fr.json new file mode 100644 index 0000000000..fa0a984bbb --- /dev/null +++ b/src/ifcbimtester/bimtester/features/strings_template_fr.json @@ -0,0 +1,9 @@ +{ + "tr_lang": "fr", + "tr_success": "Succès", + "tr_failure": "Échec", + "tr_tests_passed": "Tests réussis", + "tr_duration": "Durée", + "tr_auditing": "L'audit OpenBIM auditing est une fonctionnalité de", + "tr_and": "et" +} diff --git a/src/ifcbimtester/bimtester/features/template.html b/src/ifcbimtester/bimtester/features/template.html index 66a2ebb0ba..38b80077a1 100644 --- a/src/ifcbimtester/bimtester/features/template.html +++ b/src/ifcbimtester/bimtester/features/template.html @@ -1,10 +1,10 @@ - +
-