Skip to content

Commit

Permalink
TLN Update translations (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Feb 7, 2024
1 parent 488ee05 commit 299929e
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
11 changes: 11 additions & 0 deletions client/lang/sk.js
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ý."
});
}
3 changes: 3 additions & 0 deletions client/lang/src/sk.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"GridFieldQueuedExportButton.DOWNLOADED": "Váš export bol stiahnutý."
}
11 changes: 11 additions & 0 deletions lang/sk.yml
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}'

0 comments on commit 299929e

Please sign in to comment.