2023-03-08 04:33:25 +01:00
|
|
|
// This file was generated by silverstripe/tx-translator from client/lang/src/cs.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
|
|
|
|
}
|
2014-05-10 00:02:31 +02:00
|
|
|
} else {
|
2018-02-28 20:26:30 +01:00
|
|
|
ss.i18n.addDictionary('cs', {
|
2014-05-10 00:02:31 +02:00
|
|
|
"GRIDFIELD_BULK_UPLOAD.PROGRESS_INFO": "Uploading %s file(s). %s done. %s error(s).",
|
|
|
|
"GRIDFIELD_BULK_MANAGER.BULKACTION_EMPTY_SELECT": "Musíte vybrat alespoň jednu položku.",
|
|
|
|
"GRIDFIELD_BULK_MANAGER.CONFIRM_DESTRUCTIVE_ACTION": "Data budou nenávratně ztracena. Opravdu chcete pokračovat?"
|
|
|
|
});
|
|
|
|
}
|