silverstripe-gridfieldexten.../client/lang/de.js
2024-08-06 12:44:50 +12:00

14 lines
741 B
JavaScript

// 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"
});
}