2023-03-08 04:33:25 +01:00
|
|
|
// This file was generated by silverstripe/tx-translator from client/lang/src/pl.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
|
|
|
|
}
|
2016-11-16 09:47:05 +01:00
|
|
|
} else {
|
2018-02-28 20:26:30 +01:00
|
|
|
ss.i18n.addDictionary('pl', {
|
2016-11-16 09:47:05 +01:00
|
|
|
"GRIDFIELD_BULK_UPLOAD.PROGRESS_INFO": "Wgrywanie %s plików. Ukończono %s. %s błędów.",
|
|
|
|
"GRIDFIELD_BULK_MANAGER.BULKACTION_EMPTY_SELECT": "Musisz wybrać przynajmniej jedną pozycję.",
|
|
|
|
"GRIDFIELD_BULK_MANAGER.CONFIRM_DESTRUCTIVE_ACTION": "Dane zostaną bezpowrotnie usunięte. Czy chcesz kontynuować?"
|
|
|
|
});
|
|
|
|
}
|