mirror of
https://github.com/colymba/GridFieldBulkEditingTools.git
synced 2024-10-22 11:05:57 +02:00
afc42e0495
Also add to transifex
13 lines
763 B
JavaScript
13 lines
763 B
JavaScript
// 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
|
|
}
|
|
} else {
|
|
ss.i18n.addDictionary('pl', {
|
|
"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ć?"
|
|
});
|
|
} |