silverstripe-gridfieldexten.../client/lang/de.js

14 lines
741 B
JavaScript
Raw Normal View History

2024-08-06 02:44:50 +02:00
// 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"
});
}