-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
488ee05
commit 299929e
Showing
3 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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ý." | ||
}); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"GridFieldQueuedExportButton.DOWNLOADED": "Váš export bol stiahnutý." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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}' |