diff --git a/Resources/Private/Fusion/Controller/Backend/ExportDefinition/Index.fusion b/Resources/Private/Fusion/Controller/Backend/ExportDefinition/Index.fusion index fd56b1a..6bd554b 100644 --- a/Resources/Private/Fusion/Controller/Backend/ExportDefinition/Index.fusion +++ b/Resources/Private/Fusion/Controller/Backend/ExportDefinition/Index.fusion @@ -9,7 +9,7 @@ prototype(PunktDe.Form.Persistence:Backend.ExportDefinition.Index) < prototype(N exportDefinitionEditorApp = Neos.Fusion:ResourceUri { path = 'resource://PunktDe.Form.Persistence/Public/ExportDefinitionEditorApp/build/static/js/main.js' } - exporterTypes =${Json.stringify(Array.keys(Configuration.setting('PunktDe.Form.Persistence.exporter')))} + exporterTypes = ${Json.stringify(Array.keys(Configuration.setting('PunktDe.Form.Persistence.exporter')))} renderer = afx` @@ -19,7 +19,7 @@ prototype(PunktDe.Form.Persistence:Backend.ExportDefinition.Index) < prototype(N
diff --git a/Resources/Private/Fusion/Controller/Backend/FormData/Index.fusion b/Resources/Private/Fusion/Controller/Backend/FormData/Index.fusion index 0f1093f..6e3057f 100644 --- a/Resources/Private/Fusion/Controller/Backend/FormData/Index.fusion +++ b/Resources/Private/Fusion/Controller/Backend/FormData/Index.fusion @@ -59,7 +59,7 @@ prototype(PunktDe.Form.Persistence:Backend.FormData.Index) < prototype(Neos.Fusi - Download + {I18n.translate('PunktDe.Form.Persistence:Backend.FormData:index.download')} @@ -79,32 +79,32 @@ prototype(PunktDe.Form.Persistence:Backend.FormData.Index) < prototype(Neos.Fusi renderer = afx`
- +
@@ -113,10 +113,10 @@ prototype(PunktDe.Form.Persistence:Backend.FormData.Index) < prototype(Neos.Fusi {props.tableRows}
- Site + {I18n.translate('PunktDe.Form.Persistence:Backend.FormData:index.site')} - Dimension + {I18n.translate('PunktDe.Form.Persistence:Backend.FormData:index.dimension')} - Form Identifier + {I18n.translate('PunktDe.Form.Persistence:Backend.FormData:index.form.identifier')} - Version + {I18n.translate('PunktDe.Form.Persistence:Backend.FormData:index.version')} - Count + {I18n.translate('PunktDe.Form.Persistence:Backend.FormData:index.count')} - Latest + {I18n.translate('PunktDe.Form.Persistence:Backend.FormData:index.latest')} - Scheduled + {I18n.translate('PunktDe.Form.Persistence:Backend.FormData:index.scheduled')} - Export definition + {I18n.translate('PunktDe.Form.Persistence:Backend.FormData:index.export.definition')}
-
There is either no saved form data to display or your account is missing the required privileges.
+
{I18n.translate('PunktDe.Form.Persistence:Backend.FormData:index.no.saved.form.data')}
` diff --git a/Resources/Private/Fusion/Controller/Backend/FormData/Preview.fusion b/Resources/Private/Fusion/Controller/Backend/FormData/Preview.fusion index 32efce3..4178463 100644 --- a/Resources/Private/Fusion/Controller/Backend/FormData/Preview.fusion +++ b/Resources/Private/Fusion/Controller/Backend/FormData/Preview.fusion @@ -43,7 +43,7 @@ prototype(PunktDe.Form.Persistence:Backend.FormData.Preview) < prototype(Neos.Fu renderer = afx`

-

Data of this form is automatically exported and sent via mail to {scheduledExport.email}.

+

{I18n.translate('PunktDe.Form.Persistence:Backend.FormData:preview.scheduledExport.email.text')} {scheduledExport.email}.


` @@ -66,8 +66,7 @@ prototype(PunktDe.Form.Persistence:Backend.FormData.Preview) < prototype(Neos.Fu ` diff --git a/Resources/Private/Translations/de/Backend/ExportDefinition.xlf b/Resources/Private/Translations/de/Backend/ExportDefinition.xlf new file mode 100644 index 0000000..9ed0ebc --- /dev/null +++ b/Resources/Private/Translations/de/Backend/ExportDefinition.xlf @@ -0,0 +1,11 @@ + + + + + + Back to Form data export + Zurück zum Formulardatenexport + + + + diff --git a/Resources/Private/Translations/de/Backend/FormData.xlf b/Resources/Private/Translations/de/Backend/FormData.xlf new file mode 100644 index 0000000..81b1382 --- /dev/null +++ b/Resources/Private/Translations/de/Backend/FormData.xlf @@ -0,0 +1,55 @@ + + + + + + Data of this form is automatically exported and sent via mail to + Die Daten dieses Formulars werden automatisch exportiert und per E-Mail gesendet an + + + Site + Seite + + + Dimension + Dimension + + + Form Identifier + Formular Kennung + + + Version + Version + + + Count + Anzahl + + + Latest + Aktuellste + + + Scheduled + Planmäßig + + + Export definition + Export Definition + + + There is either no saved form data to display or your account is missing the required privileges. + Es gibt entweder keine gespeicherten Formulardaten, die angezeigt werden können, oder Dein Konto verfügt nicht über die erforderlichen Berechtigungen. + + + Manage Export Definitions + Export Definitionen verwalten + + + Download + Herunterladen + + + + diff --git a/Resources/Private/Translations/en/Backend/ExportDefinition.xlf b/Resources/Private/Translations/en/Backend/ExportDefinition.xlf new file mode 100644 index 0000000..102894b --- /dev/null +++ b/Resources/Private/Translations/en/Backend/ExportDefinition.xlf @@ -0,0 +1,10 @@ + + + + + + Back to Form data export + + + + diff --git a/Resources/Private/Translations/en/Backend/FormData.xlf b/Resources/Private/Translations/en/Backend/FormData.xlf new file mode 100644 index 0000000..3e8226d --- /dev/null +++ b/Resources/Private/Translations/en/Backend/FormData.xlf @@ -0,0 +1,43 @@ + + + + + + Data of this form is automatically exported and sent via mail to + + + Site + + + Dimension + + + Form Identifier + + + Version + + + Count + + + Latest + + + Scheduled + + + Export definition + + + There is either no saved form data to display or your account is missing the required privileges. + + + Manage Export Definitions + + + Download + + + +