diff --git a/client/lang/sk.js b/client/lang/sk.js new file mode 100644 index 0000000..f0cc056 --- /dev/null +++ b/client/lang/sk.js @@ -0,0 +1,11 @@ +// This file was generated by silverstripe/tx-translator from client/lang/src/sk.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('sk', { + "GridFieldQueuedExportButton.DOWNLOADED": "Váš export bol stiahnutý." +}); +} \ No newline at end of file diff --git a/client/lang/src/sk.json b/client/lang/src/sk.json new file mode 100644 index 0000000..10bddce --- /dev/null +++ b/client/lang/src/sk.json @@ -0,0 +1,3 @@ +{ + "GridFieldQueuedExportButton.DOWNLOADED": "Váš export bol stiahnutý." +} \ No newline at end of file diff --git a/lang/sk.yml b/lang/sk.yml new file mode 100644 index 0000000..3ee950e --- /dev/null +++ b/lang/sk.yml @@ -0,0 +1,11 @@ +sk: + SilverStripe\GridfieldQueuedExport\Forms\GridFieldQueuedExportButton: + ERROR_GENERAL: 'Ľutujeme, ale pri exportovaní súboru CSV sa vyskytla chyba' + SilverStripe\GridfieldQueuedExport\GridFieldQueuedExportButton: + AVAILABLE: 'Váš export je k dispozícii.' + CANCELLED: 'Táto exportná úloha bola zrušená' + DOWNLOAD_CSV: 'Kliknutím sem stiahnete súbor vo formáte CSV.' + ERROR_REMOVED: 'Tento export už bol stiahnutý. Z bezpečnostných dôvodov je možné každý export stiahnuť iba raz.' + EXPORTED_COUNT: 'Počet exportovaných záznamov: {count} z {total}' + PREPARING_EXPORT: 'Príprava exportu. Táto stránka sa automaticky obnoví, keď bude export k dispozícii. Ak chcete, môžete si túto stránku uložiť ako záložku a vrátiť sa neskôr.' + RETURN: 'Späť na {name}'