-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5865268
commit 20b42ab
Showing
4 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
// This file was generated by silverstripe/tx-translator from client/lang/src/de.json. | ||
// See https://github.com/silverstripe/silverstripe-tx-translator for details | ||
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { | ||
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console | ||
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console | ||
} | ||
} else { | ||
ss.i18n.addDictionary('de', { | ||
"GridFieldExtensions.ADD_CLASS": "{classname} hinzufügen", | ||
"GridFieldExtensions.CONFIRMDEL": "Sind Sie sicher, dass Sie das löschen wollen?", | ||
"GridFieldExtensions.OPEN_SEARCH_FILTER": "Suche und Filter öffnen", | ||
"GridFieldExtensions.SAVE_PUBLISH": "Speichern und Veröffentlichen" | ||
}); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"GridFieldExtensions.ADD_CLASS": "{classname} hinzufügen", | ||
"GridFieldExtensions.CONFIRMDEL": "Sind Sie sicher, dass Sie das löschen wollen?", | ||
"GridFieldExtensions.OPEN_SEARCH_FILTER": "Suche und Filter öffnen", | ||
"GridFieldExtensions.SAVE_PUBLISH": "Speichern und Veröffentlichen" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
de: | ||
GridFieldExtensions: | ||
ADD: Hinzufügen | ||
ADDEXISTING: 'Bestehenden Eintrag hinzufügen' | ||
BACK: Zurück | ||
CURRENT: (aktuell) | ||
Next: Nächste | ||
PREVIOUS: Vorherige | ||
RESULTS: Ergebnisse | ||
SEARCH: Suche | ||
SELECTTYPETOCREATE: '(Bitte Typ auswählen)' | ||
Symbiote\GridFieldExtensions\Extensions\GridFieldDetailFormItemRequestExtension: | ||
NEW: 'Neuen Eintrag hinzufügen' | ||
Symbiote\GridFieldExtensions\GridFieldConfigurablePaginator: | ||
SHOW: Anzeigen | ||
Symbiote\GridFieldExtensions\GridFieldOrderableRows: | ||
REORDERED: 'Einträge neu sortiert.' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters