Skip to content

FEATURE: German translations #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 27, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions Resources/Private/Translations/de/NodeTypes/Column.xlf
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file original="" product-name="Sfi.Grid" source-language="en" datatype="plaintext">
<body>
<trans-unit id="properties.small.selectBoxEditor.values." xml:space="preserve">
<target>Anzahl an Spalten</target>
</trans-unit>
<trans-unit id="properties.medium.selectBoxEditor.values." xml:space="preserve">
<target>Leer</target>
</trans-unit>
<trans-unit id="properties.large.selectBoxEditor.values." xml:space="preserve">
<target>Leer</target>
</trans-unit>
<trans-unit id="properties.smallOffset.selectBoxEditor.values." xml:space="preserve">
<target>Leer</target>
</trans-unit>
<trans-unit id="properties.mediumOffset.selectBoxEditor.values." xml:space="preserve">
<target>Leer</target>
</trans-unit>
<trans-unit id="properties.largeOffset.selectBoxEditor.values." xml:space="preserve">
<target>Leer</target>
</trans-unit>
<trans-unit id="properties.largeOffset.selectBoxEditor.values." xml:space="preserve">
<target>Leer</target>
</trans-unit>
<trans-unit id="properties.additionalClass" xml:space="preserve">
<target>Zusätzliche Klassen</target>
</trans-unit>
<trans-unit id="ui.label" xml:space="preserve">
<target>Grid - Spalte</target>
</trans-unit>
<trans-unit id="groups.structurel" xml:space="preserve">
<target>Grid Struktur</target>
</trans-unit>
</body>
</file>
</xliff>
43 changes: 43 additions & 0 deletions Resources/Private/Translations/de/NodeTypes/Row.xlf
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file original="" product-name="Sfi.Grid" source-language="en" datatype="plaintext">
<body>
<trans-unit id="creationDialog.numberOfColumns" xml:space="preserve">
<target>Anzahl an Spalten</target>
</trans-unit>
<trans-unit id="creationDialog.small.selectBoxEditor.values." xml:space="preserve">
<target>Leer</target>
</trans-unit>
<trans-unit id="creationDialog.medium.selectBoxEditor.values." xml:space="preserve">
<target>Leer</target>
</trans-unit>
<trans-unit id="creationDialog.large.selectBoxEditor.values." xml:space="preserve">
<target>Leer</target>
</trans-unit>
<trans-unit id="creationDialog.numberOfColumns.selectBoxEditor.values." xml:space="preserve">
<target>Leer</target>
</trans-unit>
<trans-unit id="creationDialog.numberOfColumns.selectBoxEditor.values.1" xml:space="preserve">
<target>1 Spalte</target>
</trans-unit>
<trans-unit id="creationDialog.numberOfColumns.selectBoxEditor.values.2" xml:space="preserve">
<target>2 Spalten</target>
</trans-unit>
<trans-unit id="creationDialog.numberOfColumns.selectBoxEditor.values.3" xml:space="preserve">
<target>3 Spalten</target>
</trans-unit>
<trans-unit id="creationDialog.numberOfColumns.selectBoxEditor.values.4" xml:space="preserve">
<target>4 Spalten</target>
</trans-unit>
<trans-unit id="properties.additionalClass" xml:space="preserve">
<target>Zusätzliche Klassen</target>
</trans-unit>
<trans-unit id="ui.label" xml:space="preserve">
<target>Grid - Zeile</target>
</trans-unit>
<trans-unit id="groups.structurel" xml:space="preserve">
<target>Grid Struktur</target>
</trans-unit>
</body>
</file>
</xliff>
2 changes: 1 addition & 1 deletion Resources/Private/Translations/en/NodeTypes/Column.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<source>Grid - Column</source>
</trans-unit>
<trans-unit id="groups.structurel" xml:space="preserve">
<source>Grid strucutre</source>
<source>Grid structure</source>
</trans-unit>
</body>
</file>
Expand Down